We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba818c1 commit f72039cCopy full SHA for f72039c
CodeatCodingStandard/ruleset.xml
@@ -47,6 +47,9 @@
47
<rule ref="Generic.WhiteSpace">
48
<exclude name="Generic.Files.LineLength.TooLong"/>
49
</rule>
50
+ <rule ref="Generic.CodeAnalysis">
51
+ <exclude name="Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence.MissingParentheses"/>
52
+ </rule>
53
<rule ref="Squiz.Commenting">
54
<exclude name="Squiz.Commenting.PostStatementComment.Found"/>
55
<exclude name="Squiz.Commenting.LongConditionClosingComment.Missing"/>
0 commit comments