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 7852153 commit d045190Copy full SHA for d045190
eng/Common.globalconfig
@@ -751,8 +751,8 @@ dotnet_diagnostic.SA1020.severity = suggestion
751
# Negative sign should be preceded by a space
752
dotnet_diagnostic.SA1021.severity = suggestion
753
754
-# Dereference symbol '*' should not be preceded by a space."
755
-dotnet_diagnostic.SA1023.severity = suggestion
+# Dereference symbol '*' should not be preceded by a space.
+dotnet_diagnostic.SA1023.severity = warning
756
757
# Colon should be followed by a space
758
dotnet_diagnostic.SA1024.severity = suggestion
0 commit comments