forked from PieKing1215/FallingSandSurvival
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeanalysis.ruleset
More file actions
Latest commit
13 lines (13 loc) · 595 Bytes
/
Copy pathcodeanalysis.ruleset
File metadata and controls
13 lines (13 loc) · 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<RuleSetName="Dead Code Rules"Description=""ToolsVersion="12.0">
<RulesAnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis"RuleNamespace="Microsoft.Rules.Managed">
<RuleId="CA1801"Action="Warning" />
<RuleId="CA1804"Action="Warning" />
<RuleId="CA1811"Action="Warning" />
<RuleId="CA1812"Action="Warning" />
<RuleId="CA1823"Action="Warning" />
</Rules>
<RulesAnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis"RuleNamespace="Microsoft.Rules.Native">
<RuleId="C6259"Action="Warning" />
</Rules>
</RuleSet>