Skip to content

Commit 04a5a5d

Browse files
committed
Sniffing tweaks.
1 parent 583d733 commit 04a5a5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpcs.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<config name="testVersion" value="7.0-"/>
66

77
<exclude-pattern>*/vendor/*</exclude-pattern>
8+
<exclude-pattern>*/node_modules/*</exclude-pattern>
9+
10+
<!-- Include the PHP version compatibility standard. -->
11+
<rule ref="PHPCompatibility"/>
812

913
<rule ref="WordPress-Extra">
1014
<exclude name="WordPress.Files.FileName" />

0 commit comments

Comments
 (0)