phpcs.xml: Remove exclude-pattern

The .git is wrong, see T129664

Change-Id: I6c864c1c2d8745633daf47cc3859bc5a0fd5174f
This commit is contained in:
Umherirrender 2017-07-24 22:28:54 +02:00
parent 115abd0fe6
commit 20b461cb3d

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>