You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/cmake/Platform/Common/MSVC/CodeAnalysis.ruleset

8 lines
447 B
XML

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