Skip to content

Commit 6b5bd34

Browse files
committed
Demote SA1137 to a warning
"Elements should have the same indentation"
1 parent 6513e27 commit 6b5bd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.global.editorconfig.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ dotnet_diagnostic.SA1134.severity = silent
479479
# Enum values should be on separate lines
480480
dotnet_diagnostic.SA1136.severity = silent
481481
# Elements should have the same indentation
482-
dotnet_diagnostic.SA1137.severity = error
482+
dotnet_diagnostic.SA1137.severity = warning
483483

484484
## StyleCop ordering rules
485485

0 commit comments

Comments
 (0)