summaryrefslogtreecommitdiffstats
path: root/samples/Settings.StyleCop
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-10-02 09:52:17 -0700
committerAndrew <andrewarnott@gmail.com>2008-10-02 09:52:17 -0700
commite414945b440325d6616c57e3baa5c818821f558a (patch)
tree28def1e31840bb66a9047daacb1bc51b0a8b6ef3 /samples/Settings.StyleCop
parentdf5629e0149a262dcda8dfdb7652b67df77d6845 (diff)
downloadDotNetOpenAuth-e414945b440325d6616c57e3baa5c818821f558a.zip
DotNetOpenAuth-e414945b440325d6616c57e3baa5c818821f558a.tar.gz
DotNetOpenAuth-e414945b440325d6616c57e3baa5c818821f558a.tar.bz2
Added Consumer WPF and ASP.NET WebForms samples.
Diffstat (limited to 'samples/Settings.StyleCop')
-rw-r--r--samples/Settings.StyleCop39
1 files changed, 39 insertions, 0 deletions
diff --git a/samples/Settings.StyleCop b/samples/Settings.StyleCop
new file mode 100644
index 0000000..882783c
--- /dev/null
+++ b/samples/Settings.StyleCop
@@ -0,0 +1,39 @@
+<StyleCopSettings Version="4.3">
+ <Analyzers>
+ <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.DocumentationRules">
+ <Rules>
+ <Rule Name="FileMustHaveHeader">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">False</BooleanProperty>
+ </RuleSettings>
+ </Rule>
+ <Rule Name="ElementsMustBeDocumented">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">False</BooleanProperty>
+ </RuleSettings>
+ </Rule>
+ </Rules>
+ <AnalyzerSettings />
+ </Analyzer>
+ <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.MaintainabilityRules">
+ <Rules>
+ <Rule Name="FieldsMustBePrivate">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">False</BooleanProperty>
+ </RuleSettings>
+ </Rule>
+ </Rules>
+ <AnalyzerSettings />
+ </Analyzer>
+ <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.NamingRules">
+ <Rules>
+ <Rule Name="ElementMustBeginWithUpperCaseLetter">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">False</BooleanProperty>
+ </RuleSettings>
+ </Rule>
+ </Rules>
+ <AnalyzerSettings />
+ </Analyzer>
+ </Analyzers>
+</StyleCopSettings> \ No newline at end of file