|
From: <mat...@us...> - 2009-02-02 22:37:24
|
Revision: 166
http://bugreport.svn.sourceforge.net/bugreport/?rev=166&view=rev
Author: matt_hargett
Date: 2009-02-02 22:36:43 +0000 (Mon, 02 Feb 2009)
Log Message:
-----------
FxCop ruleset for VS2010. I mainly turned off stupid naming requirements, some of which are actually discouraged in Framework Design Guidelines(!?) This may or may not work with FxCop 1.36; let me know either way.
Added Paths:
-----------
bugreport.fxcop.ruleset
Added: bugreport.fxcop.ruleset
===================================================================
--- bugreport.fxcop.ruleset (rev 0)
+++ bugreport.fxcop.ruleset 2009-02-02 22:36:43 UTC (rev 166)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RuleSet Name="Copy of Microsoft Extended Design Guideline Rules" Description="These rules expand on the basic design guideline rules to maximize the usability and maintainability issues that are reported. Extra emphasis is placed on naming guidelines. Consider including this rule set if your project includes library code or if you want to enforce the highest standards for writing maintainable code." ToolsVersion="10.0">
+ <Localization ResourceAssembly="Microsoft.VisualStudio.CodeAnalysis.RuleSets.Strings.dll" ResourceBaseName="Microsoft.VisualStudio.CodeAnalysis.RuleSets.Strings.Localized">
+ <Name Resource="ExtendedDesignGuidelineRules_Name" />
+ <Description Resource="ExtendedDesignGuidelineRules_Description" />
+ </Localization>
+ <Include Path="basicdesignguidelinerules.ruleset" Action="Default" />
+ <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
+ <Rule Id="CA1014" Action="None" />
+ <Rule Id="CA1016" Action="None" />
+ <Rule Id="CA1017" Action="None" />
+ <Rule Id="CA1020" Action="Warn" />
+ <Rule Id="CA1021" Action="Warn" />
+ <Rule Id="CA1040" Action="Warn" />
+ <Rule Id="CA1045" Action="Warn" />
+ <Rule Id="CA1062" Action="Warn" />
+ <Rule Id="CA1301" Action="None" />
+ <Rule Id="CA1501" Action="Warn" />
+ <Rule Id="CA1504" Action="Warn" />
+ <Rule Id="CA1505" Action="Warn" />
+ <Rule Id="CA1506" Action="Warn" />
+ <Rule Id="CA1700" Action="Warn" />
+ <Rule Id="CA1712" Action="Warn" />
+ <Rule Id="CA1713" Action="Warn" />
+ <Rule Id="CA1714" Action="Warn" />
+ <Rule Id="CA1717" Action="Warn" />
+ <Rule Id="CA1719" Action="Warn" />
+ <Rule Id="CA1720" Action="Warn" />
+ <Rule Id="CA1721" Action="Warn" />
+ <Rule Id="CA1722" Action="Warn" />
+ <Rule Id="CA1724" Action="Warn" />
+ <Rule Id="CA1725" Action="Warn" />
+ <Rule Id="CA2101" Action="None" />
+ </Rules>
+</RuleSet>
\ No newline at end of file
Property changes on: bugreport.fxcop.ruleset
___________________________________________________________________
Added: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|