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

Ignore spacing around a default literal expression #2423

Merged
merged 1 commit into from Jun 17, 2017

Conversation

sharwell
Copy link
Member

Full support for C# 7.1 will be added when it is finally released, but this change offers a clean workaround for #2420 in the interim.

Full support for C# 7.1 will be added when it is finally released, but this
change offers a clean workaround for DotNetAnalyzers#2420 in the interim.
@codecov
Copy link

codecov bot commented Jun 16, 2017

Codecov Report

Merging #2423 into master will decrease coverage by <.01%.
The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2423      +/-   ##
==========================================
- Coverage   96.44%   96.43%   -0.01%     
==========================================
  Files         714      714              
  Lines       92517    92522       +5     
  Branches     3443     3444       +1     
==========================================
+ Hits        89224    89226       +2     
- Misses       2401     2403       +2     
- Partials      892      893       +1
Impacted Files Coverage Δ
...pacingRules/SA1000KeywordsMustBeSpacedCorrectly.cs 85.03% <40%> (-1.59%) ⬇️

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 a5ca880...2c69f73. Read the comment docs.

@sharwell sharwell self-assigned this Jun 17, 2017
@sharwell sharwell merged commit 70e9c76 into DotNetAnalyzers:master Jun 17, 2017
@sharwell sharwell deleted the default-expression branch June 17, 2017 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant