aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc-parsons <cparsons@google.com>2019-09-19 12:51:55 -0400
committerGitHub <noreply@github.com>2019-09-19 12:51:55 -0400
commitfb7261a99911b05439b6de0ee44918f5583f9e9f (patch)
treefd863f1a05abc4b1478ab1a438a38a77bfb82591
parentee20e88b5f75d95fcb4c4df8fd6c22259905d3ff (diff)
downloadstardoc-fb7261a99911b05439b6de0ee44918f5583f9e9f.tar.gz
run newest version of buildifier on BUILD files (#242)
-rw-r--r--test/BUILD2
-rw-r--r--test/testdata/local_repository_test/BUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/test/BUILD b/test/BUILD
index 8100bcc..a8d65db 100644
--- a/test/BUILD
+++ b/test/BUILD
@@ -255,7 +255,7 @@ sh_test(
"$(location @local_repository_test//:golden.txt)",
],
data = [
- "@local_repository_test//:output.md",
"@local_repository_test//:golden.txt",
+ "@local_repository_test//:output.md",
],
)
diff --git a/test/testdata/local_repository_test/BUILD b/test/testdata/local_repository_test/BUILD
index 930a62b..c623bfb 100644
--- a/test/testdata/local_repository_test/BUILD
+++ b/test/testdata/local_repository_test/BUILD
@@ -6,7 +6,10 @@ package(
licenses(["notice"]) # Apache 2.0
-exports_files(["input.bzl", "golden.txt"])
+exports_files([
+ "input.bzl",
+ "golden.txt",
+])
stardoc(
name = "input_doc",