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 3ca8344 commit 34173b3Copy full SHA for 34173b3
Inpsyde/ruleset.xml
@@ -147,6 +147,11 @@
147
<rule ref="Generic.CodeAnalysis.AssignmentInCondition"/>
148
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
149
<rule ref="Generic.Formatting.SpaceAfterCast"/>
150
+ <rule ref="Generic.Formatting.SpaceAfterNot">
151
+ <properties>
152
+ <property name="spacing" value="0"/>
153
+ </properties>
154
+ </rule>
155
<rule ref="Generic.Metrics.CyclomaticComplexity">
156
<properties>
157
<property name="absoluteComplexity" value="50"/>
0 commit comments