-
Notifications
You must be signed in to change notification settings - Fork 507
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
Skip Warnings for Commas After Conditional Directives #3839
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3839 +/- ##
==========================================
+ Coverage 94.38% 97.45% +3.07%
==========================================
Files 925 926 +1
Lines 110065 110337 +272
Branches 3307 3317 +10
==========================================
+ Hits 103881 107531 +3650
+ Misses 5174 1838 -3336
+ Partials 1010 968 -42 |
StyleCop.Analyzers/StyleCop.Analyzers.Test/SpacingRules/SA1001UnitTests.cs
Show resolved
Hide resolved
StyleCop.Analyzers/StyleCop.Analyzers/SpacingRules/SA1001CommasMustBeSpacedCorrectly.cs
Show resolved
Hide resolved
StyleCop.Analyzers/StyleCop.Analyzers/SpacingRules/SA1001CommasMustBeSpacedCorrectly.cs
Outdated
Show resolved
Hide resolved
StyleCop.Analyzers/StyleCop.Analyzers.Test/SpacingRules/SA1001UnitTests.cs
Outdated
Show resolved
Hide resolved
…d and added Tests
Thanks for the feedback @bjornhellander! My changes are ready for review. I believe the pipeline errors are not related to my code changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. And no, the failing tests do not look like your fault.
@sharwell, do you have any additional comments? |
StyleCop.Analyzers/StyleCop.Analyzers.Test/SpacingRules/SA1001UnitTests.cs
Outdated
Show resolved
Hide resolved
StyleCop.Analyzers/StyleCop.Analyzers.Test/SpacingRules/SA1001UnitTests.cs
Outdated
Show resolved
Hide resolved
Two small things to update but otherwise looks good. |
Fixes #3816