Skip to content

Commit

Permalink
Change SA1000 to be a suggestion until DotNetAnalyzers/StyleCopAnalyz…
Browse files Browse the repository at this point in the history
…ers#3478 can be resolved
  • Loading branch information
tannergooding committed Apr 7, 2022
1 parent 9ccdb26 commit b974238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/CodeAnalysis.src.globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,8 @@ dotnet_diagnostic.IL3002.severity = warning
dotnet_diagnostic.SA0001.severity = none

# SA1000: Spacing around keywords
dotnet_diagnostic.SA1000.severity = warning
# suggestion until https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3478 is resolved
dotnet_diagnostic.SA1000.severity = suggestion

# SA1001: Commas should not be preceded by whitespace
dotnet_diagnostic.SA1001.severity = warning
Expand Down

0 comments on commit b974238

Please sign in to comment.