build: update buildifier to version that supports windows (#31112)

* Updates buildifier to a version that also comes with windows binaries.
* Fixes a few new formatting/lint warnings
* Removes the `args-order` warning because it is no longer a warning.. and is now part of the formatter.

PR Close #31112
This commit is contained in:
Paul Gschwendtner
2019-06-18 19:39:29 +02:00
committed by Andrew Kushnir
parent f4cd2b75b4
commit 3998335188
6 changed files with 26 additions and 21 deletions

View File

@ -1,4 +1,4 @@
load("//tools:defaults.bzl", "jasmine_node_test", "ts_library")
load("//tools:defaults.bzl", "ts_library")
package(default_visibility = ["//visibility:public"])