summaryrefslogtreecommitdiffstats
path: root/win/C#/interop/Settings.StyleCop
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/interop/Settings.StyleCop')
-rw-r--r--win/C#/interop/Settings.StyleCop55
1 files changed, 0 insertions, 55 deletions
diff --git a/win/C#/interop/Settings.StyleCop b/win/C#/interop/Settings.StyleCop
deleted file mode 100644
index c6b4f70f9..000000000
--- a/win/C#/interop/Settings.StyleCop
+++ /dev/null
@@ -1,55 +0,0 @@
-<StyleCopSettings Version="4.3">
- <GlobalSettings>
- <StringProperty Name="MergeSettingsFiles">Parent</StringProperty>
- </GlobalSettings>
- <Analyzers>
- <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.DocumentationRules">
- <Rules>
- <Rule Name="FileHeaderMustShowCopyright">
- <RuleSettings>
- <BooleanProperty Name="Enabled">True</BooleanProperty>
- </RuleSettings>
- </Rule>
- <Rule Name="FileHeaderMustHaveCopyrightText">
- <RuleSettings>
- <BooleanProperty Name="Enabled">True</BooleanProperty>
- </RuleSettings>
- </Rule>
- <Rule Name="FileHeaderMustContainFileName">
- <RuleSettings>
- <BooleanProperty Name="Enabled">True</BooleanProperty>
- </RuleSettings>
- </Rule>
- <Rule Name="FileHeaderFileNameDocumentationMustMatchFileName">
- <RuleSettings>
- <BooleanProperty Name="Enabled">True</BooleanProperty>
- </RuleSettings>
- </Rule>
- <Rule Name="FileHeaderMustHaveValidCompanyText">
- <RuleSettings>
- <BooleanProperty Name="Enabled">True</BooleanProperty>
- </RuleSettings>
- </Rule>
- <Rule Name="FileMustHaveHeader">
- <RuleSettings>
- <BooleanProperty Name="Enabled">True</BooleanProperty>
- </RuleSettings>
- </Rule>
- <Rule Name="FileHeaderMustHaveSummary">
- <RuleSettings>
- <BooleanProperty Name="Enabled">True</BooleanProperty>
- </RuleSettings>
- </Rule>
- <Rule Name="EnumerationItemsMustBeDocumented">
- <RuleSettings>
- <BooleanProperty Name="Enabled">False</BooleanProperty>
- </RuleSettings>
- </Rule>
- </Rules>
- <AnalyzerSettings>
- <StringProperty Name="CompanyName">HandBrake Project (http://handbrake.fr)</StringProperty>
- <StringProperty Name="Copyright">This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.</StringProperty>
- </AnalyzerSettings>
- </Analyzer>
- </Analyzers>
-</StyleCopSettings> \ No newline at end of file