Bazel: Format build files with buildifier
Change-Id: Ife19dbc95512bffd7f1ab0a051c525cccf0a670e
This commit is contained in:
parent
41be255a1e
commit
5ffa6efb37
@ -273,7 +273,7 @@ junit_tests(
|
|||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = TESTUTIL_DEPS + [
|
deps = TESTUTIL_DEPS + [
|
||||||
":testutil",
|
":testutil",
|
||||||
]
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
load("//tools/bzl:javadoc.bzl", "java_doc")
|
load("//tools/bzl:javadoc.bzl", "java_doc")
|
||||||
|
@ -135,7 +135,7 @@ filegroup(
|
|||||||
[
|
[
|
||||||
"bower_components/**/*.html",
|
"bower_components/**/*.html",
|
||||||
"bower_components/**/*.js",
|
"bower_components/**/*.js",
|
||||||
]
|
],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -174,8 +174,8 @@ sh_test(
|
|||||||
size = "large",
|
size = "large",
|
||||||
srcs = ["lint_test.sh"],
|
srcs = ["lint_test.sh"],
|
||||||
data = [
|
data = [
|
||||||
":pg_code",
|
|
||||||
".eslintrc.json",
|
".eslintrc.json",
|
||||||
|
":pg_code",
|
||||||
],
|
],
|
||||||
# Should not run sandboxed.
|
# Should not run sandboxed.
|
||||||
tags = [
|
tags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user