From 92d4c5d3692e02e474f854b113b227523c8775c1 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 3 May 2019 07:34:54 +0900 Subject: [PATCH] Upgrade buildifier to 0.22.0 Change-Id: I46c05447c2aedc6a5d961fdd611760fb552176cb --- 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 6b51cbe56e..e916c2ae0a 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.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.