diff options
author | sr55 <[email protected]> | 2010-04-30 19:57:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-30 19:57:05 +0000 |
commit | c1d2b77d9e0c0bdb37da785be22059832fc507a5 (patch) | |
tree | 6af7a04ecd472e7fe781a4b7f108d69522e9889a /win/C#/Settings.StyleCop | |
parent | 5694491f9710ae41db4e24055c14f56ad6682589 (diff) |
WinGui:
- Kill the CLI on GUI close for Scanning and fixed for encoding.
- Fixed Autoname bug where it would strip all slashes out the path
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3279 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 90f8bc063..8d623254e 100644 --- a/win/C#/Settings.StyleCop +++ b/win/C#/Settings.StyleCop @@ -150,6 +150,11 @@ <BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
+ <Rule Name="PrefixLocalCallsWithThis">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">False</BooleanProperty>
+ </RuleSettings>
+ </Rule>
</Rules>
<AnalyzerSettings />
</Analyzer>
|