CodeAnalysis.ruleset 447 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RuleSet Name="O3DE's CodeAnalysis Rule Set" Description=" " ToolsVersion="17.0">
  3. <Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native">
  4. <!-- We still have problems with macros from 3rdParty hitting this, so we issuing warnings instead of errors -->
  5. <Rule Id="C26433" Action="Warning" />
  6. <Rule Id="C26435" Action="Warning" />
  7. </Rules>
  8. </RuleSet>