Dalamud/tools/dalamud.ruleset
goat 577f17eb1b add solution-wide code analysis config
Disabled for now, since it'll be a bit of a refactor to enable them
2024-07-11 00:14:15 +02:00

6 lines
322 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Dalamud Rule Set" Description=" " ToolsVersion="16.0">
<Rules AnalyzerId="Microsoft.CodeQuality.Analyzers" RuleNamespace="Microsoft.CodeQuality.Analyzers">
<Rule Id="CA2007" Action="Warning" /> <!-- Do not directly await a Task -->
</Rules>
</RuleSet>