We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the great tool!
Could you document more on the files.all option and output option?
Both of them are not very clear from the test case.
Here is what I got.
output.labels as an array of labels. (This one is pretty simple)
output.labels
files.all
it will match all glob expressions in the array. The behavior is like "and", while any is like "or".
Also it seems like the expression doesn't work correctly with !(xxx|zzz)/**
But it seems like it should work according to https://github.com/isaacs/minimatch
PS: if there is a way to pass the option of minimatch, that will be awesome!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for the great tool!
Could you document more on the files.all option and output option?
Both of them are not very clear from the test case.
Here is what I got.
output.labels
as an array of labels. (This one is pretty simple)files.all
it will match all glob expressions in the array. The behavior is like "and", while any is like "or".
Also it seems like the expression doesn't work correctly with !(xxx|zzz)/**
But it seems like it should work according to https://github.com/isaacs/minimatch
PS: if there is a way to pass the option of minimatch, that will be awesome!
The text was updated successfully, but these errors were encountered: