Skip to content

Commit 9daf700

Browse files
committed
fix (phpcs) exclude dist
1 parent 7a1ecec commit 9daf700

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
@@ -14,6 +14,7 @@
1414
<!-- Exclude the Composer Vendor directory. -->
1515
<exclude-pattern>src/</exclude-pattern>
1616
<exclude-pattern>vendor/</exclude-pattern>
17+
<exclude-pattern>dist/</exclude-pattern>
1718

1819
<rule ref="WordPress-Extra">
1920
<!-- Exclude as we use a custom autoloader. -->

0 commit comments

Comments
 (0)