Upgrade recommended version of buildifier to 3.0.0

The noteworthy formatting change [1] could be [2], beside the other [3].

Experience should tell soon if/how these warnings may impact buildifier
use within Gerrit.

[1] https://github.com/bazelbuild/buildtools/releases/tag/3.0.0
[2] "Warnings for macro functions without name parameters"
[3] "Improved multi-file analysers"

Change-Id: I299155e0b221845420e296371c3cf80efad1fc80
This commit is contained in:
Marco Miller
2020-04-28 17:30:56 -04:00
parent f94afa98f4
commit 59c7671b85

View File

@@ -171,7 +171,7 @@ To format Java source code, Gerrit uses the
link:https://github.com/google/google-java-format[`google-java-format`]
tool (version 1.7), and to format Bazel BUILD, WORKSPACE and .bzl files the
link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`]
tool (version 2.2.1). Unused dependencies are found and removed using the
tool (version 3.0.0). Unused dependencies are found and removed using the
link:https://github.com/bazelbuild/buildtools/tree/master/unused_deps[`unused_deps`]
build tool, a sibling of `buildifier`.