Skip to content

Commit

Permalink
Update phpcs config
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Jun 27, 2024
1 parent 9b725e3 commit ded0edb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
<exclude name="SlevomatCodingStandard.PHP.DisallowReference.DisallowedPassingByReference"/>
<exclude name="SlevomatCodingStandard.PHP.DisallowReference.DisallowedAssigningByReference"/>
</rule>
<rule ref="Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence.MissingParentheses">
<exclude-pattern>./app/Parser.php</exclude-pattern>
</rule>

<exclude-pattern>/cache/</exclude-pattern>
<exclude-pattern>/tests/intelephense-alias.php</exclude-pattern>
Expand Down

0 comments on commit ded0edb

Please sign in to comment.