Skip to content

Commit 420cbfa

Browse files
Exclude the tests folder from phpcs checker
1 parent 9a68579 commit 420cbfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs.xml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<exclude-pattern>node_modules/*</exclude-pattern>
88
<exclude-pattern>vendor/*</exclude-pattern>
99
<exclude-pattern>lib/*</exclude-pattern>
10+
<exclude-pattern>tests/*</exclude-pattern>
1011
<rule ref="WordPress-Core">
1112
<exclude name="Squiz.Commenting.FileComment.SpacingAfterComment" />
1213
<exclude name="Generic.Files.LowercasedFilename" />

0 commit comments

Comments
 (0)