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 'is pattern expression' parentheses handling #2424

Merged
merged 2 commits into from
Jun 19, 2017

Conversation

sharwell
Copy link
Member

Fixes #2372

@codecov
Copy link

codecov bot commented Jun 17, 2017

Codecov Report

Merging #2424 into master will decrease coverage by 0.03%.
The diff coverage is 96.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #2424      +/-   ##
=========================================
- Coverage   96.43%   96.4%   -0.04%     
=========================================
  Files         714     715       +1     
  Lines       92522   92551      +29     
  Branches     3444    3445       +1     
=========================================
- Hits        89226   89224       -2     
- Misses       2403    2434      +31     
  Partials      893     893
Impacted Files Coverage Δ
...yzers/StyleCop.Analyzers.Test/WorkItemAttribute.cs 100% <100%> (ø)
...nalyzers/StyleCop.Analyzers.Test/AttributeTests.cs 100% <100%> (ø) ⬆️
...SA1119StatementMustNotUseUnnecessaryParenthesis.cs 90% <100%> (+0.09%) ⬆️
...rp7/MaintainabilityRules/SA1119CSharp7UnitTests.cs 55.71% <93.33%> (-44.29%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70e9c76...ac0eff3. Read the comment docs.

@sharwell sharwell force-pushed the pattern-matching-is branch from 26c1474 to ac0eff3 Compare June 17, 2017 03:21
@sharwell sharwell merged commit ac0eff3 into DotNetAnalyzers:master Jun 19, 2017
sharwell added a commit that referenced this pull request Jun 19, 2017
Fix 'is pattern expression' parentheses handling
@sharwell sharwell deleted the pattern-matching-is branch June 20, 2017 18:00
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.

1 participant