diff options
Diffstat (limited to 'win/C#/Settings.StyleCop')
-rw-r--r-- | win/C#/Settings.StyleCop | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/Settings.StyleCop b/win/C#/Settings.StyleCop index 5b5f06b1c..ded06b4b9 100644 --- a/win/C#/Settings.StyleCop +++ b/win/C#/Settings.StyleCop @@ -125,6 +125,11 @@ <BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
+ <Rule Name="PrefixLocalCallsWithThis">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">False</BooleanProperty>
+ </RuleSettings>
+ </Rule>
</Rules>
<AnalyzerSettings />
</Analyzer>
|