Update documentation to recommend using buildifier version 0.6.0

Version 0.6.0 is the latest and was released in September.

There are no formatting changes caused by using the newer version.

CI is most likely using this latest version since the version is
not specified in the "go get" invocation in the docker file.

Change-Id: I787c96bedcc65a665de8484457760ec26f5a481a
This commit is contained in:
David Pursehouse
2017-10-20 16:16:32 +09:00
parent 7e081cb3f9
commit a92a82e062

View File

@@ -154,7 +154,7 @@ Guide].
To format Java source code, Gerrit uses the
link:https://github.com/google/google-java-format[`google-java-format`]
tool (version 1.3), and to format Bazel BUILD and WORKSPACE files the
link:https://github.com/bazelbuild/buildifier[`buildifier`] tool (version 0.4.5).
link:https://github.com/bazelbuild/buildifier[`buildifier`] tool (version 0.6.0).
These tools automatically apply format according to the style guides; this
streamlines code review by reducing the need for time-consuming, tedious,
and contentious discussions about trivial issues like whitespace.