Skip to content

Commit

Permalink
chore: disable SA1407 warn
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Aug 19, 2023
1 parent f1c256b commit 99ba184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<Rule Id="SA1400" Action="None" />
<Rule Id="SA1401" Action="None" />
<Rule Id="SA1119" Action="None" />
<Rule Id="SA1407" Action="None" />
<Rule Id="SA1410" Action="None" />
<Rule Id="SA1411" Action="None" />
<Rule Id="SA1404" Action="None" />
Expand Down

0 comments on commit 99ba184

Please sign in to comment.