Skip to content

Commit da42f7d

Browse files
authored
Enable SA1000: Spacing around keywords (#2748)
1 parent ae053be commit da42f7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/CodeAnalysis.src.globalconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,8 +1139,7 @@ dotnet_diagnostic.RS2008.severity = warning
11391139
dotnet_diagnostic.SA0001.severity = none
11401140

11411141
# SA1000: Spacing around keywords
1142-
# suggestion until https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3478 is resolved
1143-
dotnet_diagnostic.SA1000.severity = suggestion
1142+
dotnet_diagnostic.SA1000.severity = warning
11441143

11451144
# SA1001: Commas should not be preceded by whitespace
11461145
dotnet_diagnostic.SA1001.severity = warning

0 commit comments

Comments
 (0)