summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Settings.StyleCop
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOAuth.Test/Settings.StyleCop')
-rw-r--r--src/DotNetOAuth.Test/Settings.StyleCop25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/DotNetOAuth.Test/Settings.StyleCop b/src/DotNetOAuth.Test/Settings.StyleCop
index 7f55ce6..100fae5 100644
--- a/src/DotNetOAuth.Test/Settings.StyleCop
+++ b/src/DotNetOAuth.Test/Settings.StyleCop
@@ -1 +1,24 @@
-<StyleCopSettings Version="4.3" /> \ No newline at end of file
+<StyleCopSettings Version="4.3">
+ <Analyzers>
+ <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.DocumentationRules">
+ <Rules>
+ <Rule Name="ElementsMustBeDocumented">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">False</BooleanProperty>
+ </RuleSettings>
+ </Rule>
+ </Rules>
+ <AnalyzerSettings />
+ </Analyzer>
+ <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.LayoutRules">
+ <Rules>
+ <Rule Name="SingleLineCommentMustBePrecededByBlankLine">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">False</BooleanProperty>
+ </RuleSettings>
+ </Rule>
+ </Rules>
+ <AnalyzerSettings />
+ </Analyzer>
+ </Analyzers>
+</StyleCopSettings> \ No newline at end of file