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,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
load("//tools:defaults.bzl", "jasmine_node_test", "ng_module", "ng_rollup_bundle", "ts_library")
load("//tools:defaults.bzl", "ng_module", "ng_rollup_bundle")
load("//tools/http-server:http_server.bzl", "http_server")
ng_module(

View File

@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
load("//tools:defaults.bzl", "ng_module", "ng_rollup_bundle", "ts_library")
load("//tools:defaults.bzl", "ng_module", "ng_rollup_bundle")
load("//tools/http-server:http_server.bzl", "http_server")
ng_module(

View File

@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
load("//tools:defaults.bzl", "jasmine_node_test", "ts_library", "ts_web_test_suite")
load("//tools:defaults.bzl", "jasmine_node_test", "ts_library")
ts_library(
name = "ivy_lib",