Skip to content

Commit

Permalink
Add rule for space after cast and space after Not
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioeatgoat committed Oct 27, 2023
1 parent 6edffc8 commit 45b6888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Inpsyde/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@
</rule>
<rule ref="Generic.CodeAnalysis.AssignmentInCondition"/>
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
<rule ref="Generic.Formatting.SpaceAfterCast"/>
<rule ref="Generic.Formatting.SpaceAfterNot"/>
<rule ref="Generic.Metrics.CyclomaticComplexity">
<properties>
<property name="absoluteComplexity" value="50"/>
Expand Down

0 comments on commit 45b6888

Please sign in to comment.