Skip to content

Commit 7f282f0

Browse files
authored
Include src and tests directories in phpcs.xml
Added src and tests directories to the phpcs ruleset.
1 parent cfcaf01 commit 7f282f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpcs.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
<ruleset name="CakePHP Core">
33
<rule ref="CakePHP"/>
44

5+
<file>src/</file>
6+
<file>tests/</file>
7+
58
<exclude-pattern>tests/comparisons/*</exclude-pattern>
69
</ruleset>

0 commit comments

Comments
 (0)