From 6b5bd34c079f5075b9de3371a4d978af462c23aa Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Thu, 12 Sep 2024 02:06:13 +1000 Subject: [PATCH] Demote SA1137 to a warning "Elements should have the same indentation" --- .global.editorconfig.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.global.editorconfig.ini b/.global.editorconfig.ini index d8ad54eacf..3cada92f05 100644 --- a/.global.editorconfig.ini +++ b/.global.editorconfig.ini @@ -479,7 +479,7 @@ dotnet_diagnostic.SA1134.severity = silent # Enum values should be on separate lines dotnet_diagnostic.SA1136.severity = silent # Elements should have the same indentation -dotnet_diagnostic.SA1137.severity = error +dotnet_diagnostic.SA1137.severity = warning ## StyleCop ordering rules