Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Upgrade buildifier to 0.22.0

Change-Id: Iafca9a30a1831a78edeaf01b9dfb21fbd45fb5f0
This commit is contained in:
David Pursehouse
2019-05-13 11:15:02 +02:00

View File

@@ -166,7 +166,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 0.20.0).
tool (version 0.22.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.