Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 754c6b8

Browse files
author
Colin Blaise
committedMar 25, 2024
fix: update editorconfig rule for static methods
1 parent c473826 commit 754c6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dotnet_diagnostic.CA1805.severity = error
7070
# CA1820: Test for empty strings using string length
7171
dotnet_diagnostic.CA1820.severity = error
7272
# CA1822: Mark members as static
73-
dotnet_diagnostic.CA1822.severity = error
73+
dotnet_diagnostic.CA1822.severity = suggestion
7474
# CA1823: Avoid unused private fields
7575
dotnet_diagnostic.CA1823.severity = error
7676
# CA2007: Do not directly await a Task

0 commit comments

Comments
 (0)
Please sign in to comment.