Skip to content

Commit d98ccf9

Browse files
committed
New: ignore lib folder in code sniffer
1 parent 710734b commit d98ccf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Scan all files in directory -->
66
<file>.</file>
77
<exclude-pattern type="relative">lib/packages/*</exclude-pattern>
8-
<exclude-pattern type="relative">includes/Dependencies/*</exclude-pattern>
8+
<exclude-pattern type="relative">includes/lib/*</exclude-pattern>
99

1010
<!-- Scan only PHP files -->
1111
<arg name="extensions" value="php"/>

0 commit comments

Comments
 (0)