summaryrefslogtreecommitdiff
path: root/src/CustomizedNativeRecommendedRules.ruleset
blob: 142b141cc2108762f5f2d7620a8cb26af05896aa (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Customized Microsoft Native Recommended Rules" Description="Microsoft Native Recommended Rules, -C26812" ToolsVersion="16.0">
  <Include Path="nativerecommendedrules.ruleset" Action="Default" />
  <Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native">
    <!-- We need C style enums since we support BAs written in C -->
    <Rule Id="C26812" Action="None" />
  </Rules>
</RuleSet>