From be27e3155c8c86545c4d86d11d07b4fdb78ad6b9 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 11 Jun 2019 09:05:07 +0900 Subject: [PATCH] Update buildifier to 0.26 Change-Id: Ibfac04b49d291e2116abdaedaabf04bf5e4b7989 --- Documentation/dev-contributing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-contributing.txt b/Documentation/dev-contributing.txt index e916c2ae0a..0913879fca 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.22.0). +tool (version 0.26.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.