We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae053be commit da42f7dCopy full SHA for da42f7d
eng/CodeAnalysis.src.globalconfig
@@ -1139,8 +1139,7 @@ dotnet_diagnostic.RS2008.severity = warning
1139
dotnet_diagnostic.SA0001.severity = none
1140
1141
# SA1000: Spacing around keywords
1142
-# suggestion until https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3478 is resolved
1143
-dotnet_diagnostic.SA1000.severity = suggestion
+dotnet_diagnostic.SA1000.severity = warning
1144
1145
# SA1001: Commas should not be preceded by whitespace
1146
dotnet_diagnostic.SA1001.severity = warning
0 commit comments