Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Add option to exclude folders of a project (e.g. by one or more regexes) #33

Open
TysonAndre opened this issue Jul 7, 2017 · 0 comments

Comments

@TysonAndre
Copy link

Some directories may have test failures immediately noticed, especially test folders (E.g. /tests/, vendor/phpunit and it's dependencies, etc.)

An exclude CLI flag with a regex to use to search the relative path within the folder would be useful.

e.g. to exclude /path/to/project/subdir/tests and /path/to/project/vendor/phpunit:

  • -f /path/to/project --exclude '@/[tT]ests/|^vendor/phpunit/@'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant