add solution-wide code analysis config

Disabled for now, since it'll be a bit of a refactor to enable them
This commit is contained in:
goat 2024-07-11 00:14:15 +02:00
parent 0de5c96793
commit 577f17eb1b
6 changed files with 112 additions and 0 deletions

6
tools/dalamud.ruleset Normal file
View file

@ -0,0 +1,6 @@
<?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>