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

Enable exhaustive_enums lint #289

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Conversation

skmcgrail
Copy link
Member

Description of changes:

Enables warnings for exhaustive enums, in the majority of cases in our API design we should bias towards leaving the door open for new features or additions to enums in a backwards compatible manner.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@skmcgrail skmcgrail requested a review from a team as a code owner November 20, 2023 17:49
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (df58d85) 95.41% compared to head (c3b58d5) 95.42%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
+ Coverage   95.41%   95.42%   +0.01%     
==========================================
  Files          51       51              
  Lines        6733     6733              
==========================================
+ Hits         6424     6425       +1     
+ Misses        309      308       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justsmth justsmth merged commit 95228a8 into aws:main Nov 27, 2023
101 of 105 checks passed
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.

4 participants