We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f569827 commit c9e5b63Copy full SHA for c9e5b63
.bazelci/presubmit.yml
@@ -302,5 +302,9 @@ tasks:
302
# TODO: fix test targets in `crate_universe_windows_targets`
303
test_targets: *crate_universe_windows_targets
304
buildifier:
305
- version: latest
+ # TODO: Version 5.0.0 introduced a ton of unused variable warnings in cases
306
+ # that should have been accounted for by `_` prefixes on the variable. Buildifier
307
+ # should ignore `_` prefixed variables when checking if something is unused
308
+ # https://github.com/bazelbuild/buildtools/issues/1044
309
+ version: 4.2.5
310
warnings: "all"
0 commit comments