Merge "phpcs: Don't try to be smart about excluding VE, it doesn't work"

This commit is contained in:
jenkins-bot 2018-02-10 09:28:46 +00:00 committed by Gerrit Code Review
commit b5b1a90c39

View file

@ -11,5 +11,5 @@
<arg name="encoding" value="UTF-8"/>
<exclude-pattern>vendor</exclude-pattern>
<exclude-pattern>node_modules</exclude-pattern>
<exclude-pattern type="relative">^lib/</exclude-pattern>
<exclude-pattern>lib/ve</exclude-pattern>
</ruleset>