Skip to content

Commit 791e4f9

Browse files
author
Paul Johnson
committed
Quick fix for PrefixLocalCallsWithThis
1 parent a13e66d commit 791e4f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.globalconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dotnet_analyzer_diagnostic.category-StyleCop.CSharp.MaintainabilityRules.severit
4949
dotnet_analyzer_diagnostic.category-StyleCop.CSharp.LayoutRules.severity = suggestion
5050

5151
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_*
5253

5354
dotnet_diagnostic.SA1503.severity = warning # BracesMustNotBeOmitted
5455
dotnet_diagnostic.SA1117.severity = warning # ParametersMustBeOnSameLineOrSeparateLines

0 commit comments

Comments
 (0)