Skip to content

Commit

Permalink
[FF-1429] - Update src\CodeAnalysis.ruleset to match the template repo
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Feb 15, 2023
1 parent 0f770a9 commit 28f8751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeAnalysis.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
<!-- MA0040 - Forward the CancellationToken parameter to methods that take one -->
<Rule Id="MA0040" Action="Error"/>
<!-- MA0041 - Make property static -->
<Rule Id="MA0041" Action="Error"/>
<Rule Id="MA0041" Action="None"/>
<!-- MA0042 - Do not use blocking calls in an async method -->
<Rule Id="MA0042" Action="Error"/>
<!-- MA0043 - Use nameof operator in ArgumentException -->
Expand Down

0 comments on commit 28f8751

Please sign in to comment.