summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Settings.StyleCop
blob: 2eaae96474b5fcaf5364b13b34d4e23267cc4072 (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="ElementDocumentationMustNotBeCopiedAndPasted">
          <RuleSettings>
            <BooleanProperty Name="Enabled">False</BooleanProperty>
          </RuleSettings>
        </Rule>
      </Rules>
      <AnalyzerSettings />
    </Analyzer>
  </Analyzers>
</StyleCopSettings>