style: enforce buildifier lint on CI (#28186)

PR Close #28186
This commit is contained in:
Wassim Chegham
2019-02-26 13:30:44 +01:00
committed by Ben Lesh
parent ce68b4d839
commit dad5a258b8
33 changed files with 60 additions and 111 deletions

View File

@ -4,8 +4,7 @@ load("//tools:defaults.bzl", "ts_library")
ts_library(
name = "scope",
srcs = glob([
"index.ts",
srcs = ["index.ts"] + glob([
"src/**/*.ts",
]),
deps = [