You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.
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/@'
The text was updated successfully, but these errors were encountered: