style: enforce buildifier lint on CI (#28186)

PR Close #28186
This commit is contained in:
Wassim Chegham
2019-01-16 10:19:01 +01:00
committed by Ben Lesh
parent dc335194ab
commit ce68b4d839
129 changed files with 333 additions and 302 deletions

View File

@ -1,4 +1,6 @@
load("//packages/bazel:index.bzl", "ng_module")
load("//tools:defaults.bzl", "jasmine_node_test")
load(":extract_flat_module_index.bzl", "extract_flat_module_index")
ng_module(
name = "test_module",
@ -21,16 +23,12 @@ ng_module(
],
)
load(":extract_flat_module_index.bzl", "extract_flat_module_index")
extract_flat_module_index(
name = "flat_module_index",
testonly = True,
deps = [":test_module"],
)
load("//tools:defaults.bzl", "jasmine_node_test")
jasmine_node_test(
name = "test",
srcs = ["spec.js"],