-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathQuadrant.ruleset
More file actions
14 lines (14 loc) · 876 Bytes
/
Copy pathQuadrant.ruleset
File metadata and controls
14 lines (14 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Quadrant Rules" Description="This rule set contains all rules. Running this rule set may result in a large number of warnings being reported. Use this rule set to get a comprehensive picture of all issues in your code. This can help you decide which of the more focused rule sets are most appropriate to run for your projects." ToolsVersion="14.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1014" Action="None" />
<Rule Id="CA1026" Action="None" />
<Rule Id="CA1062" Action="None" />
<Rule Id="CA1704" Action="None" />
<Rule Id="CA1716" Action="None" />
<Rule Id="CA2000" Action="None" />
<Rule Id="CA2104" Action="None" />
<Rule Id="CA2210" Action="None" />
</Rules>
</RuleSet>