summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-11-06 17:18:07 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2018-11-06 17:18:07 +0900
commit3c7f7e67b59caa4a1c858fb4d53a2cf94a1e8f15 (patch)
tree36c20e2d37842e58f339ad10d59e429e9ff35bb5
parent0a154a41bb0199a3742988eb200a71ffa435fe8b (diff)
dev-contributing: Specify buildifier version 0.17.2
-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 a6fdee8f8e..eab3618e38 100644
--- a/Documentation/dev-contributing.txt
+++ b/Documentation/dev-contributing.txt
@@ -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.