Skip to content

Commit

Permalink
[Dependencies] - Update src\CodeAnalysis.ruleset to match the templat…
Browse files Browse the repository at this point in the history
…e repo
  • Loading branch information
credfeto committed Mar 7, 2024
1 parent 1103e9d commit dcbb51b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CodeAnalysis.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@
<Rule Id="RCS1240" Action="Error"/>
<!-- RCS1242 - Do not pass non-read-only struct by read-only reference -->
<Rule Id="RCS1242" Action="Error"/>
<!-- RCS1261 - Resource can be disposed asynchronously -->
<Rule Id="RCS1261" Action="Error"/>
</Rules>
<Rules AnalyzerId="codecracker.CSharp" RuleNamespace="codecracker.CSharp">
<!-- See https://code-cracker.github.io/diagnostics.html -->
Expand Down

0 comments on commit dcbb51b

Please sign in to comment.