summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2019-05-13 10:51:27 +0200
committerDavid Pursehouse <dpursehouse@collab.net>2019-05-13 10:51:27 +0200
commit62aa97934bab1ab0c5cb68eb8d4b4619529cd305 (patch)
treec70df2c8708d447c238b81e435f463b9fd8eb54f
parentb5fcace2b9468229c4ba865f0d7c576bf95c6198 (diff)
parent92d4c5d3692e02e474f854b113b227523c8775c1 (diff)
Merge branch 'stable-2.14' into stable-2.15
* stable-2.14: Upgrade buildifier to 0.22.0 Change-Id: I6565a03c1571e6cc4a83d98bf8c58ee88b1c68d6
-rw-r--r--Documentation/dev-contributing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-contributing.txt b/Documentation/dev-contributing.txt
index e6d54d8e10..77d49e1868 100644
--- a/Documentation/dev-contributing.txt
+++ b/Documentation/dev-contributing.txt
@@ -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.