Merge pull request #29699 from frreiss:issue-buildifier
PiperOrigin-RevId: 253628711
This commit is contained in:
commit
ba04dfaf5e
@ -306,7 +306,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 -v -mode=diff ${BUILD_FILES}
|
||||
buildifier -v -mode=diff -diff_command=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