Skip to content

Commit

Permalink
Re-enable ConfigureAwait analysis rule
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Mar 6, 2021
1 parent d625f65 commit 36e8c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeAnalysis/osu-framework.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Rule Id="CA1819" Action="None" />
<Rule Id="CA1822" Action="None" />
<Rule Id="CA1823" Action="None" />
<Rule Id="CA2007" Action="None" />
<Rule Id="CA2007" Action="Warning" />
<Rule Id="CA2119" Action="None" />
<Rule Id="CA2211" Action="None" />
<Rule Id="CA2214" Action="None" />
Expand Down

0 comments on commit 36e8c2e

Please sign in to comment.