Merge "phpcs.xml: Remove exclude-pattern"

This commit is contained in:
jenkins-bot 2017-07-25 17:19:01 +00:00 committed by Gerrit Code Review
commit 2551f29433

View file

@ -11,8 +11,5 @@
<file>.</file>
<arg name="encoding" value="UTF-8" />
<arg name="extensions" value="php,php5,inc,sample" />
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>node_modules/</exclude-pattern>
<exclude-pattern>lib/</exclude-pattern>
<exclude-pattern>.git</exclude-pattern>
<exclude-pattern type="relative">^lib</exclude-pattern>
</ruleset>