-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
bazel: in check.sh
, restrict grep
to pkg
#83866
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @rickystewart! On your suspicion that it was something about the git version, I checked my config, and indeed I had set submodule.recurse
for visibility into changes in my vim plugins. Oops. Seems like restricting this grep is still a good idea.
You can optionally configure `git grep` to recurse into submodules, in which case this check returns false positives. Here we restrict the search to the `pkg` directory which is all we care about. Release note: None
62f5074
to
8a6bedb
Compare
bors r=matthewtodd |
Build failed (retrying...): |
Build failed (retrying...): |
Build failed: |
bors r=matthewtodd |
Build succeeded: |
You can optionally configure
git grep
to recurse into submodules, inwhich case this check returns false positives. Here we restrict the
search to the
pkg
directory which is all we care about.Release note: None