forked from Celemony/ARA_Library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ARA_Library.ruleset
22 lines (22 loc) · 1.13 KB
/
ARA_Library.ruleset
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="VisualStudioWarnings" ToolsVersion="16.0">
<Include Path="cppcorecheckarithmeticrules.ruleset" Action="Default" />
<Include Path="cppcorecheckclassrules.ruleset" Action="Default" />
<Include Path="cppcorecheckconcurrencyrules.ruleset" Action="Default" />
<Include Path="cppcorecheckconstrules.ruleset" Action="Default" />
<Include Path="cppcorecheckdeclrules.ruleset" Action="Default" />
<Include Path="cppcorecheckstlrules.ruleset" Action="Default" />
<Include Path="cppcorecheckstylerules.ruleset" Action="Default" />
<Include Path="nativerecommendedrules.ruleset" Action="Default" />
<Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native">
<Rule Id="C26426" Action="None" />
<Rule Id="C26432" Action="None" />
<Rule Id="C26436" Action="None" />
<Rule Id="C26459" Action="None" />
<Rule Id="C26461" Action="None" />
<Rule Id="C26462" Action="None" />
<Rule Id="C26497" Action="None" />
<Rule Id="C28252" Action="None" />
<Rule Id="C28253" Action="None" />
</Rules>
</RuleSet>