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 Jul 26, 2023
1 parent 333a91e commit 7577f0e
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 @@ -387,6 +387,8 @@
<Rule Id="S3063" Action="Error"/>
<!-- S3218 - Inner class members should not shadow outer class "static" or type members -->
<Rule Id="S3218" Action="None"/>
<!-- S3329 - Use a dynamically-generated, random IV. -->
<Rule Id="S3329" Action="Error"/>
<!-- S3442 - "abstract" classes should not have "public" constructors -->
<Rule Id="S3442" Action="None"/>
<!-- S3459 - Unassigned members should be removed -->
Expand Down

0 comments on commit 7577f0e

Please sign in to comment.