Skip to content

Commit d045190

Browse files
authored
SA1023 Dereference symbol '*' should not be preceded by a space. (#7238)
1 parent 7852153 commit d045190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Common.globalconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,8 +751,8 @@ dotnet_diagnostic.SA1020.severity = suggestion
751751
# Negative sign should be preceded by a space
752752
dotnet_diagnostic.SA1021.severity = suggestion
753753

754-
# Dereference symbol '*' should not be preceded by a space."
755-
dotnet_diagnostic.SA1023.severity = suggestion
754+
# Dereference symbol '*' should not be preceded by a space.
755+
dotnet_diagnostic.SA1023.severity = warning
756756

757757
# Colon should be followed by a space
758758
dotnet_diagnostic.SA1024.severity = suggestion

0 commit comments

Comments
 (0)