Skip to content

Commit

Permalink
fix: update editorconfig rule for static methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Blaise committed Mar 25, 2024
1 parent c473826 commit 754c6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dotnet_diagnostic.CA1805.severity = error
# CA1820: Test for empty strings using string length
dotnet_diagnostic.CA1820.severity = error
# CA1822: Mark members as static
dotnet_diagnostic.CA1822.severity = error
dotnet_diagnostic.CA1822.severity = suggestion
# CA1823: Avoid unused private fields
dotnet_diagnostic.CA1823.severity = error
# CA2007: Do not directly await a Task
Expand Down

0 comments on commit 754c6b8

Please sign in to comment.