Internal change.
PiperOrigin-RevId: 248823405
This commit is contained in:
parent
9f8031e519
commit
39c4ef4be6
@ -305,7 +305,7 @@ do_buildifier(){
|
||||
if [[ -s ${BUILDIFIER_OUTPUT_FILE} ]]; then
|
||||
echo "FAIL: buildifier found errors and/or warnings in above BUILD files."
|
||||
echo "buildifier suggested the following changes:"
|
||||
buildifier -showlog -v -mode=diff ${BUILD_FILES}
|
||||
buildifier -v -mode=diff ${BUILD_FILES}
|
||||
echo "Please fix manually or run buildifier <file> to auto-fix."
|
||||
return 1
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user