diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Settings.StyleCop')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Settings.StyleCop | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Settings.StyleCop b/win/CS/HandBrake.ApplicationServices/Settings.StyleCop new file mode 100644 index 000000000..e61afbf69 --- /dev/null +++ b/win/CS/HandBrake.ApplicationServices/Settings.StyleCop @@ -0,0 +1,14 @@ +<StyleCopSettings Version="4.3">
+ <Analyzers>
+ <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.DocumentationRules">
+ <Rules>
+ <Rule Name="ElementsMustBeDocumented">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">True</BooleanProperty>
+ </RuleSettings>
+ </Rule>
+ </Rules>
+ <AnalyzerSettings />
+ </Analyzer>
+ </Analyzers>
+</StyleCopSettings>
\ No newline at end of file |