Skip to content

Commit

Permalink
feat(rule): exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed May 21, 2024
1 parent ba818c1 commit f72039c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CodeatCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
<rule ref="Generic.WhiteSpace">
<exclude name="Generic.Files.LineLength.TooLong"/>
</rule>
<rule ref="Generic.CodeAnalysis">
<exclude name="Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence.MissingParentheses"/>
</rule>
<rule ref="Squiz.Commenting">
<exclude name="Squiz.Commenting.PostStatementComment.Found"/>
<exclude name="Squiz.Commenting.LongConditionClosingComment.Missing"/>
Expand Down

0 comments on commit f72039c

Please sign in to comment.