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 26, 2023
1 parent 8071d43 commit 5dc08b6
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 @@ -49,4 +49,7 @@
<property name="spacesCountAroundEqualsSign" value="0" />
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators">
<exclude-pattern>/includes</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 5dc08b6

Please sign in to comment.