Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit f9da6f4

Browse files
committed
Exclude the tests/ directory from PHP_CodeSniffer checks
1 parent 977f1a2 commit f9da6f4

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
@@ -14,4 +14,5 @@
1414

1515
<exclude-pattern>*/node_modules/*</exclude-pattern>
1616
<exclude-pattern>*/vendor/*</exclude-pattern>
17+
<exclude-pattern>*/tests/*</exclude-pattern>
1718
</ruleset>

0 commit comments

Comments
 (0)