From bb56986cd4b446f6ec26fdb259c320ca95677303 Mon Sep 17 00:00:00 2001 From: Florian Weikert Date: Thu, 7 Mar 2019 16:27:25 +0100 Subject: [PATCH] Fix Buildifier version (#124) "buildifier: true" has been deprecated by https://github.com/bazelbuild/continuous-integration/pull/542 --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 6bdf62c..13a2227 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -108,4 +108,4 @@ tasks: - "-//tests:analysis_test_e2e_test" - "-//tests:unittest_e2e_test" -buildifier: true +buildifier: latest