Skip to content

Commit f72039c

Browse files
committed
feat(rule): exclude
1 parent ba818c1 commit f72039c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CodeatCodingStandard/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
<rule ref="Generic.WhiteSpace">
4848
<exclude name="Generic.Files.LineLength.TooLong"/>
4949
</rule>
50+
<rule ref="Generic.CodeAnalysis">
51+
<exclude name="Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence.MissingParentheses"/>
52+
</rule>
5053
<rule ref="Squiz.Commenting">
5154
<exclude name="Squiz.Commenting.PostStatementComment.Found"/>
5255
<exclude name="Squiz.Commenting.LongConditionClosingComment.Missing"/>

0 commit comments

Comments
 (0)