diff options
Diffstat (limited to 'src/DotNetOAuth/Settings.StyleCop')
-rw-r--r-- | src/DotNetOAuth/Settings.StyleCop | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/DotNetOAuth/Settings.StyleCop b/src/DotNetOAuth/Settings.StyleCop new file mode 100644 index 0000000..2eaae96 --- /dev/null +++ b/src/DotNetOAuth/Settings.StyleCop @@ -0,0 +1,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>
\ No newline at end of file |