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

Fall back to case sensitive comparisons if case-insensitive is a match #2486

Merged
merged 1 commit into from
Jun 29, 2017

Conversation

sharwell
Copy link
Member

Fixes #2336

@sharwell sharwell added this to the 1.1.0 Beta 5 milestone Jun 28, 2017
@codecov
Copy link

codecov bot commented Jun 28, 2017

Codecov Report

Merging #2486 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2486      +/-   ##
==========================================
+ Coverage   97.28%   97.28%   +<.01%     
==========================================
  Files         735      735              
  Lines       95467    95502      +35     
  Branches     3473     3474       +1     
==========================================
+ Hits        92877    92912      +35     
  Misses       1748     1748              
  Partials      842      842
Impacted Files Coverage Δ
...rs/StyleCop.Analyzers/Helpers/NameSyntaxHelpers.cs 75.51% <100%> (+6.27%) ⬆️
...singStaticDirectivesMustBeOrderedAlphabetically.cs 100% <100%> (ø) ⬆️
...OrderingRules/UsingCodeFixProvider.UsingsSorter.cs 88.12% <100%> (ø) ⬆️
...op.Analyzers.Test/OrderingRules/SA1210UnitTests.cs 100% <100%> (ø) ⬆️
...irectivesMustBeOrderedAlphabeticallyByNamespace.cs 100% <100%> (ø) ⬆️

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 6e957c7...58c7c46. Read the comment docs.

@vweijsters vweijsters merged commit dd487b5 into DotNetAnalyzers:master Jun 29, 2017
@sharwell sharwell deleted the sa1210-casing branch June 29, 2017 19:46
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.

2 participants