Skip to content

Commit

Permalink
add phpcs rule DisallowEqualOperators
Browse files Browse the repository at this point in the history
  • Loading branch information
ximex committed Feb 6, 2023
1 parent bfce88f commit 2a101a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@
<property name="spacesCountAroundEqualsSign" value="0" />
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators">
<exclude-pattern>/includes</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 2a101a3

Please sign in to comment.