Skip to content

Commit

Permalink
unpin buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Feb 11, 2022
1 parent c435cf4 commit 3e78dc5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3e78dc5

Please sign in to comment.