Skip to content

Commit 13e07d0

Browse files
committed
Exclude build/ directory from phpcs to fix false positives on generated asset files
1 parent 4ca6489 commit 13e07d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<exclude-pattern>*/phpunit/*</exclude-pattern>
88
<exclude-pattern>*/vendor/*</exclude-pattern>
99
<exclude-pattern>*/tests/*</exclude-pattern>
10+
<exclude-pattern>*/build/*</exclude-pattern>
1011
<exclude-pattern>*/index.php</exclude-pattern>
1112
<exclude-pattern>*/index.asset.php</exclude-pattern>
1213

0 commit comments

Comments
 (0)