phpcs: exclude the vendor folder

Change-Id: Ib836123a35cb632544285631ba5ee56a671b82c3
This commit is contained in:
Paladox 2018-12-27 21:32:22 +00:00
parent 4c55aa08d5
commit 51c5f06094

View file

@ -16,4 +16,5 @@
<arg name="encoding" value="UTF-8" />
<arg name="extensions" value="php,php5,inc" />
<arg name="colors" />
<exclude-pattern>vendor</exclude-pattern>
</ruleset>