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

Check file name for single 'enum' and 'delegate' top-level types #3269

Merged
merged 3 commits into from
Dec 8, 2020

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Dec 7, 2020

Closes #3234

@codecov
Copy link

codecov bot commented Dec 7, 2020

Codecov Report

Merging #3269 (37a0ba2) into master (b17a349) will decrease coverage by 0.04%.
The diff coverage is 97.93%.

@@            Coverage Diff             @@
##           master    #3269      +/-   ##
==========================================
- Coverage   93.53%   93.48%   -0.05%     
==========================================
  Files        1010     1009       -1     
  Lines      109918   109925       +7     
  Branches     3771     3779       +8     
==========================================
- Hits       102809   102767      -42     
- Misses       6162     6165       +3     
- Partials      947      993      +46     

@sharwell sharwell merged commit 2bf353c into DotNetAnalyzers:master Dec 8, 2020
@sharwell sharwell deleted the first-type branch December 8, 2020 00:55
@sharwell sharwell added this to the 1.2-beta.next milestone Dec 8, 2020
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.

SA1649 ("File name should match first type name") if first type is an enum
1 participant