summaryrefslogtreecommitdiffstats
path: root/win/C#/Settings.StyleCop
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-02-21 19:15:11 +0000
committersr55 <[email protected]>2010-02-21 19:15:11 +0000
commit47c5c042c8853ea72729f2add8a663aa9d48cf3a (patch)
tree39e4e65eb983063e1077f892d429d2246dc7c898 /win/C#/Settings.StyleCop
parent3678fc6353c1b1bbea23723891cbf950f66ab452 (diff)
WinGui:
- Few more stylecop warnings fixed + settings tweak git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3132 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Settings.StyleCop')
-rw-r--r--win/C#/Settings.StyleCop5
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>