Skip to content

Commit 3282acf

Browse files
committed
Fix CI by excluding test code from PHPCS check
1 parent fbd8736 commit 3282acf

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
@@ -18,4 +18,7 @@
1818
<!-- Paths to check -->
1919
<file>IxDFCodingStandard</file>
2020
<file>tests</file>
21+
22+
<exclude-pattern>.cache</exclude-pattern>
23+
<exclude-pattern>tests/**/data/*</exclude-pattern>
2124
</ruleset>

0 commit comments

Comments
 (0)