Files
o3de/cmake/Platform/Common/MSVC/CodeAnalysis.ruleset
T
Esteban Papp 860b28c10b more fixes
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
2021-09-08 08:48:32 -07:00

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>