summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrake.ApplicationServices/Settings.StyleCop
blob: 1ca772fffe32db65eedf2ed9cd1259459a0b08bb (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.MaintainabilityRules">
      <Rules>
        <Rule Name="FieldsMustBePrivate">
          <RuleSettings>
            <BooleanProperty Name="Enabled">False</BooleanProperty>
          </RuleSettings>
        </Rule>
      </Rules>
      <AnalyzerSettings />
    </Analyzer>
  </Analyzers>
</StyleCopSettings>