Skip to content

Commit 0903628

Browse files
committed
Add PHPCS exclusion for e2e tests node_modules
1 parent b19dd1f commit 0903628

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
@@ -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)