Skip to content

Commit 7529677

Browse files
authored
Merge pull request #178 from wp-cli/danielbachhuber-patch-1
Ignore 'node_modules' in PHPCS XML file
2 parents ad4bbc9 + 0a41645 commit 7529677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/.phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!-- What to scan -->
66
<file>.</file>
77
<exclude-pattern>/vendor/</exclude-pattern>
8+
<exclude-pattern>/node_modules/</exclude-pattern>
89

910
<!-- How to scan -->
1011
<!-- Usage instructions: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Usage -->

0 commit comments

Comments
 (0)