Skip to content

Commit e4bc945

Browse files
Fore zero spaces after Not operator
1 parent 89128a5 commit e4bc945

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: Inpsyde/ruleset.xml

+5
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@
147147
<rule ref="Generic.CodeAnalysis.AssignmentInCondition"/>
148148
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
149149
<rule ref="Generic.Formatting.SpaceAfterCast"/>
150+
<rule ref="Generic.Formatting.SpaceAfterNot">
151+
<properties>
152+
<property name="spacing" value="0" />
153+
</properties>
154+
</rule>
150155
<rule ref="Generic.Metrics.CyclomaticComplexity">
151156
<properties>
152157
<property name="absoluteComplexity" value="50"/>

0 commit comments

Comments
 (0)