Skip to content

Commit

Permalink
Fore zero spaces after Not operator
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioeatgoat committed Jun 28, 2024
1 parent 89128a5 commit e4bc945
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 e4bc945

Please sign in to comment.