dev-contributing: Update buildifier to latest released version

Change-Id: I755daee537b98f76620f0bd5b8d7bc69c28faa5f
This commit is contained in:
David Pursehouse
2018-06-04 23:19:34 +09:00
parent 1492e86cd2
commit cc9919c881

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.5), and to format Bazel BUILD and WORKSPACE files the
link:https://github.com/bazelbuild/buildifier[`buildifier`] tool (version 0.6.0).
link:https://github.com/bazelbuild/buildifier[`buildifier`] tool (version 0.11.1).
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.