summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2019-09-12 16:00:11 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2019-09-12 16:00:11 +0900
commit7068eb57f64c032b5b42319db59a20793fbe9ea4 (patch)
tree3ade7d8f47681f69d47bc93c8cf8690ac16f174b
parentb830c729ab6765da82c678c115a0e4cf60b2be27 (diff)
dev-contributing: Update buildifier version to 0.29.0
-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 85fbcabd2e..41b718e906 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.7), and to format Bazel BUILD, WORKSPACE and .bzl files the
link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`]
-tool (version 0.28.0).
+tool (version 0.29.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.