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 a13e66d commit 791e4f9Copy full SHA for 791e4f9
.globalconfig
@@ -49,6 +49,7 @@ dotnet_analyzer_diagnostic.category-StyleCop.CSharp.MaintainabilityRules.severit
49
dotnet_analyzer_diagnostic.category-StyleCop.CSharp.LayoutRules.severity = suggestion
50
51
dotnet_diagnostic.SA1636.severity = none # SA1636: File header copyright text should match
52
+dotnet_diagnostic.SA1101.severity = none # PrefixLocalCallsWithThis - stylecop appears to be ignoring dotnet_style_qualification_for_*
53
54
dotnet_diagnostic.SA1503.severity = warning # BracesMustNotBeOmitted
55
dotnet_diagnostic.SA1117.severity = warning # ParametersMustBeOnSameLineOrSeparateLines
0 commit comments