diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-22 17:06:54 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:36:06 -0700 |
| commit | af10c45d7b3a44af0b461a557847fe03263dcc10 (patch) | |
| tree | 6a5c1532304782c36ffe4200b38f3afb76789a43 /src/burn/CustomizedNativeRecommendedRules.ruleset | |
| parent | 9c2aed97299fb96aeee3f1471ce40225437aaecf (diff) | |
| download | wix-af10c45d7b3a44af0b461a557847fe03263dcc10.tar.gz wix-af10c45d7b3a44af0b461a557847fe03263dcc10.tar.bz2 wix-af10c45d7b3a44af0b461a557847fe03263dcc10.zip | |
Move burn into burn
Diffstat (limited to 'src/burn/CustomizedNativeRecommendedRules.ruleset')
| -rw-r--r-- | src/burn/CustomizedNativeRecommendedRules.ruleset | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/burn/CustomizedNativeRecommendedRules.ruleset b/src/burn/CustomizedNativeRecommendedRules.ruleset new file mode 100644 index 00000000..142b141c --- /dev/null +++ b/src/burn/CustomizedNativeRecommendedRules.ruleset | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <RuleSet Name="Customized Microsoft Native Recommended Rules" Description="Microsoft Native Recommended Rules, -C26812" ToolsVersion="16.0"> | ||
| 3 | <Include Path="nativerecommendedrules.ruleset" Action="Default" /> | ||
| 4 | <Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native"> | ||
| 5 | <!-- We need C style enums since we support BAs written in C --> | ||
| 6 | <Rule Id="C26812" Action="None" /> | ||
| 7 | </Rules> | ||
| 8 | </RuleSet> \ No newline at end of file | ||
