Skip to content

Commit c5f6c41

Browse files
authored
Remove 'tests' from exclude-pattern in phpcs config.
1 parent 28ec52c commit c5f6c41

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|tests)/*</exclude-pattern>
18+
<exclude-pattern>*(.config|vendor)/*</exclude-pattern>
1919

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

0 commit comments

Comments
 (0)