Update the recommended buildifier version to 3.5.0

The only noteworthy change since 3.3.0 being [1,2]. This is beside other
fixes and improvements [3].

[1] "New warning provider-params"
[2] https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#provider-params
[3] https://github.com/bazelbuild/buildtools/releases

Change-Id: I475d7b257b34d1de812c770aa37a988fd589dfee
This commit is contained in:
Marco Miller
2020-09-24 12:37:27 -04:00
parent 1cc5bd13d5
commit 5321f39ca9

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 3.3.0). Unused dependencies are found and removed using the
tool (version 3.5.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`.