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 :/
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 :/