We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29ea60 commit e0e3504Copy full SHA for e0e3504
.globalconfig
@@ -590,7 +590,8 @@ dotnet_diagnostic.SA1202.severity = none
590
dotnet_diagnostic.SA1203.severity = error
591
dotnet_diagnostic.SA1204.severity = none
592
dotnet_diagnostic.SA1205.severity = error
593
-dotnet_diagnostic.SA1206.severity = error
+# TODO: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3527
594
+dotnet_diagnostic.SA1206.severity = none
595
dotnet_diagnostic.SA1207.severity = error
596
dotnet_diagnostic.SA1208.severity = error
597
dotnet_diagnostic.SA1209.severity = error
0 commit comments