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

Fix SA1008 handling of parenthesized patterns #3265

Merged
merged 1 commit into from
Dec 5, 2020

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Dec 5, 2020

Fixes #3230

@codecov
Copy link

codecov bot commented Dec 5, 2020

Codecov Report

Merging #3265 (f09cd8d) into master (9b285fc) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3265      +/-   ##
==========================================
- Coverage   93.49%   93.49%   -0.01%     
==========================================
  Files        1008     1009       +1     
  Lines      109844   109869      +25     
  Branches     3725     3725              
==========================================
+ Hits       102699   102721      +22     
- Misses       6215     6218       +3     
  Partials      930      930              

@sharwell sharwell merged commit bc00245 into DotNetAnalyzers:master Dec 5, 2020
@sharwell sharwell deleted the paren-pattern branch December 5, 2020 21:54
@sharwell sharwell added this to the 1.2-beta.next milestone Dec 5, 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.

SA1008 for is expressions with parens in c#9
1 participant