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 6edffc8 commit 45b6888Copy full SHA for 45b6888
Inpsyde/ruleset.xml
@@ -144,6 +144,8 @@
144
</rule>
145
<rule ref="Generic.CodeAnalysis.AssignmentInCondition"/>
146
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
147
+ <rule ref="Generic.Formatting.SpaceAfterCast"/>
148
+ <rule ref="Generic.Formatting.SpaceAfterNot"/>
149
<rule ref="Generic.Metrics.CyclomaticComplexity">
150
<properties>
151
<property name="absoluteComplexity" value="50"/>
0 commit comments