forked from reworks-org/EnttPong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode analysis.ruleset
19 lines (19 loc) · 1.2 KB
/
code analysis.ruleset
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="code analysis" ToolsVersion="15.0">
<Include Path="allrules.ruleset" Action="Default" />
<Include Path="cppcorecheckarithmeticrules.ruleset" Action="Default" />
<Include Path="cppcorecheckboundsrules.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="cppcorecheckfuncrules.ruleset" Action="Default" />
<Include Path="cppcorechecklifetimerules.ruleset" Action="Default" />
<Include Path="cppcorecheckownerpointerrules.ruleset" Action="Default" />
<Include Path="cppcorecheckrawpointerrules.ruleset" Action="Default" />
<Include Path="cppcorecheckrules.ruleset" Action="Default" />
<Include Path="cppcorechecksharedpointerrules.ruleset" Action="Default" />
<Include Path="cppcorecheckstylerules.ruleset" Action="Default" />
<Include Path="cppcorechecktyperules.ruleset" Action="Default" />
<Include Path="cppcorecheckuniquepointerrules.ruleset" Action="Default" />
</RuleSet>