Use strict buildifier in sanitize (#28018)

Ensure that we use tools consistently everywhere!
pull/28017/head
Craig Tiller 3 years ago committed by GitHub
parent b690bd011f
commit ecdb6f7057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/distrib/sanitize.sh

@ -27,5 +27,5 @@ tools/run_tests/sanity/check_include_style.py --fix || true
tools/distrib/yapf_code.sh
tools/distrib/isort_code.sh
tools/distrib/clang_format_code.sh
tools/distrib/buildifier_format_code.sh || true
tools/distrib/buildifier_format_code_strict.sh || true

Loading…
Cancel
Save