dev-contributing: Specify buildifier version 0.17.2

Change-Id: I40c1c54d024f646881c4e2534837c6f189e1debd
This commit is contained in:
David Pursehouse 2018-11-06 17:18:07 +09:00
parent 0a154a41bb
commit 3c7f7e67b5

View File

@ -155,7 +155,7 @@ 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, WORKSPACE and .bzl files the
link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`]
tool (version 0.15.0).
tool (version 0.17.2).
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.