Skip to content

Commit 28ec52c

Browse files
committed
Add tests directory to exclusion PHP Codesniffer pattern.
1 parent 7f83254 commit 28ec52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.config/phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<arg name="colors"/>
1616

1717
<file>.</file>
18-
<exclude-pattern>*(.config|vendor|persistent-storage)/*</exclude-pattern>
18+
<exclude-pattern>*(.config|vendor|tests)/*</exclude-pattern>
1919

2020
<rule ref="PHPCompatibility"/>
2121
<config name="testVersion" value="8.0-"/>

0 commit comments

Comments
 (0)