diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-08-31 20:43:56 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-08-31 20:43:56 -0700 |
commit | 22f2e18dfaeff7ab1be6f6f26f7321eaac94e749 (patch) | |
tree | a853ba924f7c2d47bee05b3533b9352a36205a00 /src/YOURLIBNAME/Settings.StyleCop | |
parent | ba57c42a89f8267db4b2dd8673f23ce826e0b151 (diff) | |
download | DotNetOpenAuth-22f2e18dfaeff7ab1be6f6f26f7321eaac94e749.zip DotNetOpenAuth-22f2e18dfaeff7ab1be6f6f26f7321eaac94e749.tar.gz DotNetOpenAuth-22f2e18dfaeff7ab1be6f6f26f7321eaac94e749.tar.bz2 |
Added more StyleCop rules.
Diffstat (limited to 'src/YOURLIBNAME/Settings.StyleCop')
-rw-r--r-- | src/YOURLIBNAME/Settings.StyleCop | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/YOURLIBNAME/Settings.StyleCop b/src/YOURLIBNAME/Settings.StyleCop index 7f55ce6..2eaae96 100644 --- a/src/YOURLIBNAME/Settings.StyleCop +++ b/src/YOURLIBNAME/Settings.StyleCop @@ -1 +1,14 @@ -<StyleCopSettings Version="4.3" />
\ No newline at end of file +<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 |