Skip to content

Commit

Permalink
Force zero spaces after Not operator (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioeatgoat committed Jul 5, 2024
1 parent 3ca8344 commit 34173b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Inpsyde/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@
<rule ref="Generic.CodeAnalysis.AssignmentInCondition"/>
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
<rule ref="Generic.Formatting.SpaceAfterCast"/>
<rule ref="Generic.Formatting.SpaceAfterNot">
<properties>
<property name="spacing" value="0"/>
</properties>
</rule>
<rule ref="Generic.Metrics.CyclomaticComplexity">
<properties>
<property name="absoluteComplexity" value="50"/>
Expand Down

0 comments on commit 34173b3

Please sign in to comment.