Alexia / php7mar

PHP 7 Migration Assistant Report (MAR)
GNU General Public License v3.0
797 stars 133 forks source link

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

Open TysonAndre opened 7 years ago

TysonAndre commented 7 years ago

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: