加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rAthena.ruleset 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="PandasWS Static Analysis RuleSet" Description="This rule set has some adjustments based on the 'Microsoft Native Recommended Rules', such as turning off the warning of C26812 (the rAthena project cannot resolve the warning in a short time)." ToolsVersion="16.0">
<Include Path="nativerecommendedrules.ruleset" Action="Default" />
<Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native">
<Rule Id="C26812" Action="None" />
</Rules>
</RuleSet>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化