diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:42:09 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:42:09 -0700 |
| commit | 8e1207c4c5e451ba1a087f0fa11b63964ac35f3c (patch) | |
| tree | 8cdfc18d38f25a5fb8e63f115d3447b11172e1e5 /src/api/burn/CustomizedNativeRecommendedRules.ruleset | |
| parent | 6fa3bf7fe67e25650d5a2b6bec09a9813b1a4722 (diff) | |
| parent | c00516901e6b67e398396b14fe7682d0376f8643 (diff) | |
| download | wix-8e1207c4c5e451ba1a087f0fa11b63964ac35f3c.tar.gz wix-8e1207c4c5e451ba1a087f0fa11b63964ac35f3c.tar.bz2 wix-8e1207c4c5e451ba1a087f0fa11b63964ac35f3c.zip | |
Merge balutil
Diffstat (limited to 'src/api/burn/CustomizedNativeRecommendedRules.ruleset')
| -rw-r--r-- | src/api/burn/CustomizedNativeRecommendedRules.ruleset | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/api/burn/CustomizedNativeRecommendedRules.ruleset b/src/api/burn/CustomizedNativeRecommendedRules.ruleset new file mode 100644 index 00000000..142b141c --- /dev/null +++ b/src/api/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 | ||
