Skip to content

Commit eac41ee

Browse files
committed
Reformat @hedron_compile_commands//:bzl_srcs_for_stardoc
#142
1 parent 15bd965 commit eac41ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

BUILD

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ refresh_compile_commands(
1111

1212
# Stardoc users only: Depend on "@hedron_compile_commands//:bzl_srcs_for_stardoc" as needed.
1313
# Why? Stardoc requires all loaded files to be listed as deps; without this we'd prevent users from running Stardoc on their code when they load from this tool in, e.g., their own workspace.bzl or wrapping macros.
14-
filegroup(name = "bzl_srcs_for_stardoc", srcs = glob(["**/*.bzl"]) + ["@bazel_tools//:bzl_srcs"], visibility = ["//visibility:public"])
14+
filegroup(
15+
name = "bzl_srcs_for_stardoc",
16+
visibility = ["//visibility:public"],
17+
srcs = glob(["**/*.bzl"]) + [
18+
"@bazel_tools//:bzl_srcs"
19+
],
20+
)
1521

1622

1723

0 commit comments

Comments
 (0)