mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 18:49:09 +00:00
Ignore vendor directory when running phpcs
This commit is contained in:
@@ -1 +1,5 @@
|
||||
phpcs --standard=PSR2 --extensions=php ..
|
||||
phpcs \
|
||||
--extensions=php \
|
||||
--ignore="*/vendor/*" \
|
||||
--standard=PSR2 \
|
||||
..
|
||||
|
||||
Reference in New Issue
Block a user