Bazel: Automatically fix lint errors with buildifier 0.20.0

$ buildifier --version
buildifier version: 0.20.0
buildifier scm revision: db073457c5a56d810e46efc18bb93a4fd7aa7b5e

Change-Id: Ie7baa7bafa51bd3b0a6856b4f5905304746fb24b
This commit is contained in:
David Ostrovsky 2019-01-09 22:34:36 +01:00
parent a7056ec1dd
commit ae9c201524
2 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
load("//tools/bzl:genrule2.bzl", "genrule2")
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_js_binary", "closure_js_library")
load("//tools/bzl:genrule2.bzl", "genrule2")
load(
"//tools/bzl:js.bzl",
"bower_component",
"bower_component_bundle",
"js_component",
"vulcanize",
)

View File

@ -1,9 +1,9 @@
load("//lib/js:npm.bzl", "NPM_SHA1S", "NPM_VERSIONS")
NPMJS = "NPMJS"
GERRIT = "GERRIT:"
load("//lib/js:npm.bzl", "NPM_SHA1S", "NPM_VERSIONS")
def _npm_tarball(name):
return "%s@%s.npm_binary.tgz" % (name, NPM_VERSIONS[name])