Skip to content

Commit 46e0f99

Browse files
Ignore root vendor as well
1 parent 51cce37 commit 46e0f99

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
@@ -20,6 +20,6 @@
2020
<exclude-pattern>src/css</exclude-pattern>
2121
<exclude-pattern>src/data</exclude-pattern>
2222
<exclude-pattern>src/js</exclude-pattern>
23-
<exclude-pattern>src/vendor</exclude-pattern>
23+
<exclude-pattern>vendor</exclude-pattern>
2424
<exclude-pattern>test/</exclude-pattern>
2525
</ruleset>

0 commit comments

Comments
 (0)