Skip to content

Commit 4b4d6c1

Browse files
authored
Annotate more globs with allow_empty = True
1 parent 0205c20 commit 4b4d6c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

language/go/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ go_test(
6767
"stubs_test.go",
6868
"update_import_test.go",
6969
],
70-
data = glob(["testdata/**"]),
70+
data = glob(
71+
["testdata/**"],
72+
allow_empty = True,
73+
),
7174
embed = [":go"],
7275
deps = [
7376
"//config",

0 commit comments

Comments
 (0)