mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
6 lines
322 B
XML
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>
|