Skip to content

Commit 9346a13

Browse files
committed
Enforce use of explicit StringComparison if the default is linguistic
1 parent 022f88e commit 9346a13

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)