-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add glob collector #684
Comments
As a suggestion it could use https://packagist.org/packages/webmozart/glob for the ** pattern. |
This issue has not seen activity in a while and will be closed automatically soon. |
By the lack of response I understand there is no interest in having this generally available. |
I agree it would be great to have this, it's especially hand for monorepos where there is the same structure for multiple applications |
Nice to see this is added 🎉 |
The directory collector is based on a regex (which also is flagged as case insensitive). I would really like to be able to use a glob pattern (maybe allow the non-php glob pattern dir/**/somethingDeeper).
As I understood it is possible to create custom collectors, but would you be interested in a PR adding a glob collector (and should it allow the double star)?
The text was updated successfully, but these errors were encountered: