Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Update documentation to recommend using buildifier version 0.6.0
  dev-contributing: Specify the version of buildifier to use

Change-Id: I03344e952042409b292550260fa3121aaae49a4c
This commit is contained in:
David Pursehouse
2017-10-20 22:06:15 +09:00

View File

@@ -165,7 +165,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.