-
Notifications
You must be signed in to change notification settings - Fork 372
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
hack: update verify-code-patterns.sh #221
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
The output looks great and it's much simpler like that!
One of the options needs to be adjusted (at least on my system).
Does it work if I say |
No,
So it's clearly limited to the basename. For completeness:
|
Yeah makes sense. I'll fix. |
This fixes an issue where sometimes bash returns 1 instead of 123 in the exitcode of the pipe. This simplifies the find|xargs|grep with just grep. Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
e7db571
to
8754518
Compare
Codecov Report
@@ Coverage Diff @@
## master #221 +/- ##
=========================================
Coverage ? 53.78%
=========================================
Files ? 14
Lines ? 701
Branches ? 0
=========================================
Hits ? 377
Misses ? 273
Partials ? 51 Continue to review full report at Codecov.
|
This fixes an issue where sometimes bash returns 1 instead of 123
in the exitcode of the pipe. This simplifies the find|xargs|grep with
just grep.
Fixes #217
/assign @corneliusweig