Ignore vendor directory when running phpcs

This commit is contained in:
Zach Borboa
2016-08-22 02:44:28 -07:00
parent 34b951eb68
commit 87d28efff6
+5 -1
View File
@@ -1 +1,5 @@
phpcs --standard=PSR2 --extensions=php ..
phpcs \
--extensions=php \
--ignore="*/vendor/*" \
--standard=PSR2 \
..