From 463914fa8f1359e51458d11de8112815f6a035c5 Mon Sep 17 00:00:00 2001 From: ET Date: Fri, 9 Jul 2021 05:20:21 -0700 Subject: [PATCH] Upgrade buildifier version to one that understands --format (#959) Co-authored-by: Suvanjan Mukherjee --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index f75866c24..2dbc38623 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,6 +1,6 @@ --- buildifier: - version: 0.22.0 + version: 4.0.1 # Check for issues with the format of our bazel config files. # All warnings from https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md # are enabled except: