summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrake.ApplicationServices/Settings.StyleCop
blob: e61afbf69eb7bb847416496329f8d0bc0d94fa10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>