Skip to content

Commit b3d389e

Browse files
authored
Merge pull request #15 from Techsola/enforce_stringcomparison_correctness
Enforce use of explicit StringComparison if the default is linguistic
2 parents 022f88e + 9346a13 commit b3d389e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,6 @@ dotnet_diagnostic.SA1649.severity = none
9393

9494
# Workaround for https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3503
9595
dotnet_diagnostic.SA1010.severity = none
96+
97+
dotnet_diagnostic.CA1309.severity = warning
98+
dotnet_diagnostic.CA1310.severity = warning

0 commit comments

Comments
 (0)