Skip to content

Commit

Permalink
Enable SA1000: Spacing around keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
xtqqczze authored and Tanya-Solyanik committed Feb 11, 2025
1 parent 6f9e365 commit 7a03723
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,7 @@ dotnet_diagnostic.SA0001.severity = none
dotnet_diagnostic.SA0002.severity = none

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

# SA1001: Commas should not be preceded by whitespace
dotnet_diagnostic.SA1001.severity = warning
Expand Down Expand Up @@ -2266,4 +2265,4 @@ indent_size = unset
indent_style = unset
insert_final_newline = false
tab_width = unset
trim_trailing_whitespace = false
trim_trailing_whitespace = false

0 comments on commit 7a03723

Please sign in to comment.