Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add new validation util and a bit of housekeeping #210

Merged
merged 2 commits into from
May 10, 2024

Conversation

aaron-steinfeld
Copy link
Contributor

Description

Add a validation util that detects whether an optional field has been explicitly assigned. Our existing util looks if a field resolves to its default value which means it will flag optional fields assigned to their default value - sometimes that's desirable, but sometimes it's not.

Did a bit of housekeeping with old suppressions and versions while I was in here.

@aaron-steinfeld aaron-steinfeld requested a review from a team as a code owner May 10, 2024 17:10
Copy link

Test Results

120 tests  ±0   120 ✅ ±0   1m 5s ⏱️ +7s
 29 suites ±0     0 💤 ±0 
 29 files   ±0     0 ❌ ±0 

Results for commit 0e2891d. ± Comparison against base commit ef9a8f2.

@aaron-steinfeld aaron-steinfeld merged commit 24f3fc0 into main May 10, 2024
9 checks passed
@aaron-steinfeld aaron-steinfeld deleted the optional-grpc-validation branch May 10, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants