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
we have includesInPatch that is useful, but sometimes we wanna search in the entire that was changed, not only the lines that were changed.
includesInPatch
I'm thinking contains should have the same string | string[] as includes/excludes and includeInPatch options.
string | string[]
includeInPatch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we have
includesInPatch
that is useful, but sometimes we wanna search in the entire that was changed, not only the lines that were changed.I'm thinking contains should have the same
string | string[]
as includes/excludes andincludeInPatch
options.The text was updated successfully, but these errors were encountered: