From 2b54138ae64bc324de1357b1f263005c3bb1548c Mon Sep 17 00:00:00 2001 From: Lucas Viana Date: Wed, 13 Sep 2023 20:26:48 -0300 Subject: [PATCH] style(sticky-index): turn SA1204 into a suggestion --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 1d640efb..fc66ff7a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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