From 3e78dc53e937ec3e9491343519872b6269564fd9 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Fri, 11 Feb 2022 07:07:08 -0800 Subject: [PATCH] unpin buildifier --- .bazelci/presubmit.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index c8b3805bcd..afe0148fac 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -302,9 +302,5 @@ tasks: # TODO: fix test targets in `crate_universe_windows_targets` test_targets: *crate_universe_windows_targets buildifier: - # TODO: Version 5.0.0 introduced a ton of unused variable warnings in cases - # that should have been accounted for by `_` prefixes on the variable. Buildifier - # should ignore `_` prefixed variables when checking if something is unused - # https://github.com/bazelbuild/buildtools/issues/1044 - version: 4.2.5 + version: latest warnings: "all"