Skip to content

Commit

Permalink
Enforce use of explicit StringComparison if the default is linguistic
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm2 committed May 8, 2023
1 parent 022f88e commit 9346a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ dotnet_diagnostic.SA1649.severity = none

# Workaround for https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3503
dotnet_diagnostic.SA1010.severity = none

dotnet_diagnostic.CA1309.severity = warning
dotnet_diagnostic.CA1310.severity = warning

0 comments on commit 9346a13

Please sign in to comment.