Skip to content

Commit

Permalink
CS: add exception for test data
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed May 2, 2023
1 parent 3436efc commit 3cdb360
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .phpcs.xml.dist
Expand Up @@ -56,4 +56,8 @@
<exclude-pattern>src/compatibility.php</exclude-pattern>
</rule>
<exclude-pattern>tests/PHPStan/latte-compatibility.php</exclude-pattern>

<rule ref="SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed.DisallowedPartiallyKeyed">
<exclude-pattern>/tests/FormRenderer/HelpersTest.phpt</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 3cdb360

Please sign in to comment.