-
Notifications
You must be signed in to change notification settings - Fork 4.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
build: use rules_cc and use buildifier -lint to enforce it #11399
Conversation
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
Note to reviewer: please only review the first commit, the second one is generated by fix_format. |
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.
LGTM, really nice cleanup! Feel free to ignore the nit.
@@ -61,12 +61,12 @@ def fixFileExpectingSuccess(file, extra_input_files=None): | |||
command, infile, outfile, status, stdout = fixFileHelper(file, | |||
extra_input_files=extra_input_files) | |||
if status != 0: | |||
print("FAILED:") | |||
print("FAILED:" + infile) |
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.
Nit: add a space after the :
?
Signed-off-by: Lizan Zhou <[email protected]>
@htuch done, I need v2-api LGTM too :) |
/lgtm v2-freeze |
…y#11399) Commit Message: Partially address envoyproxy#9488. Resurrected envoyproxy#10597. Additional Description: Risk Level: Low Testing: CI Docs Changes: N/A Release Notes: N/A Signed-off-by: Lizan Zhou <[email protected]> Signed-off-by: Auni Ahsan <[email protected]>
…y#11399) Commit Message: Partially address envoyproxy#9488. Resurrected envoyproxy#10597. Additional Description: Risk Level: Low Testing: CI Docs Changes: N/A Release Notes: N/A Signed-off-by: Lizan Zhou <[email protected]> Signed-off-by: yashwant121 <[email protected]>
Commit Message:
Partially address #9488. Resurrected #10597.
Additional Description:
Risk Level: Low
Testing: CI
Docs Changes: N/A
Release Notes: N/A