style: enforce buildifier lint rules (#29019)

PR Close #29019
This commit is contained in:
Wassim Chegham
2019-02-28 01:12:05 +01:00
committed by Igor Minar
parent b06847f43d
commit 9226b421e8
32 changed files with 41 additions and 54 deletions

View File

@ -1,7 +1,7 @@
load("//tools/ts-api-guardian:index.bzl", "ts_api_guardian_test")
load(":public_api_guard.bzl", "generate_targets")
generate_targets(glob(["*/**/*.d.ts"]))
generate_targets(golden_files = glob(["*/**/*.d.ts"]))
ts_api_guardian_test(
name = "ng_global_utils_api",

View File

@ -1,8 +1,6 @@
load(
"@build_bazel_rules_nodejs//:defs.bzl",
"jasmine_node_test",
"node_modules_filegroup",
"nodejs_binary",
"npm_package",
)
load("@npm_bazel_typescript//:defs.bzl", "ts_library")