JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 62 forks source link

Wildcard exclude #116

Closed MarcHagen closed 6 years ago

MarcHagen commented 6 years ago

For my project i have multiple modules/libs that i want to test, but not the vendor folders in them. I have tried: parallel-lint --exclude "vendor" --exclude "components/*/vendor" . but thats not working.

Is there a way to do it? Because i cant find it :/