Skip to content

Commit

Permalink
style(sticky-index): turn SA1204 into a suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
LSViana committed Sep 13, 2023
1 parent 41f835a commit 2b54138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dotnet_diagnostic.SA1101.severity = suggestion # Prefix local calls with this

# Ordering rules
dotnet_diagnostic.SA1200.severity = suggestion # Using directives should be placed correctly
dotnet_diagnostic.SA1204.severity = suggestion # Static elements should appear before instance elements

# Maintainability rules
dotnet_diagnostic.SA1407.severity = suggestion # Arithmetic expressions should declare precedence
Expand Down

0 comments on commit 2b54138

Please sign in to comment.