Demote SA1137 to a warning

"Elements should have the same indentation"
This commit is contained in:
YoshiRulz 2024-09-12 02:06:13 +10:00
parent 6513e2700c
commit 6b5bd34c07
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -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