Skip to content

Commit b6cc64d

Browse files
committed
Add PHPCS exclusion for e2e tests node_modules
1 parent cefd5ba commit b6cc64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
<!-- Directories and third party library exclusions. -->
3333
<exclude-pattern>/vendor/*</exclude-pattern>
34+
<exclude-pattern>/node_modules/*</exclude-pattern>
3435
<exclude-pattern>/wordpress/*</exclude-pattern>
3536
<exclude-pattern>/wp-includes/sqlite/class-wp-sqlite-crosscheck-db.php</exclude-pattern>
3637

0 commit comments

Comments
 (0)