summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Settings.StyleCop
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-02-11 13:33:08 +0000
committersr55 <[email protected]>2017-02-11 13:33:08 +0000
commit251a7752360e3366c9ff91f0e78c6e4e835c414e (patch)
treef3d79b8ed4427ee36a4c7b4f35ed9ed9e01b49ca /win/CS/HandBrakeWPF/Settings.StyleCop
parent116c773a9f04557eaa12ed7fa32aeec401a08f88 (diff)
WinGui: Remove Stylecop Classic. (As a side note, HandBrake.ApplicationServices now compiles cleanly under Mono)
Diffstat (limited to 'win/CS/HandBrakeWPF/Settings.StyleCop')
-rw-r--r--win/CS/HandBrakeWPF/Settings.StyleCop44
1 files changed, 0 insertions, 44 deletions
diff --git a/win/CS/HandBrakeWPF/Settings.StyleCop b/win/CS/HandBrakeWPF/Settings.StyleCop
deleted file mode 100644
index 99c98c116..000000000
--- a/win/CS/HandBrakeWPF/Settings.StyleCop
+++ /dev/null
@@ -1,44 +0,0 @@
-<StyleCopSettings Version="105">
- <Analyzers>
- <Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
- <Rules>
- <Rule Name="FileMustHaveHeader">
- <RuleSettings>
- <BooleanProperty Name="Enabled">True</BooleanProperty>
- </RuleSettings>
- </Rule>
- <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="FileHeaderMustHaveSummary">
- <RuleSettings>
- <BooleanProperty Name="Enabled">True</BooleanProperty>
- </RuleSettings>
- </Rule>
- <Rule Name="FileHeaderMustHaveValidCompanyText">
- <RuleSettings>
- <BooleanProperty Name="Enabled">True</BooleanProperty>
- </RuleSettings>
- </Rule>
- </Rules>
- <AnalyzerSettings />
- </Analyzer>
- </Analyzers>
-</StyleCopSettings> \ No newline at end of file