build: Always exclude vendor and node_modules

Change-Id: Ibe9948f9505f36f34041b69be499cc0938735961
This commit is contained in:
Umherirrender 2017-11-10 20:22:41 +01:00
parent f5533155c5
commit bca86c48d8
3 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@
"minus-x fix ."
],
"test": [
"parallel-lint . --exclude vendor",
"parallel-lint . --exclude vendor --exclude node_modules",
"phpcs -p -s",
"minus-x check ."
]