aboutsummaryrefslogtreecommitdiff
path: root/BUILD
blob: c8dedb1bd12c8faa828a6e2a9fd31f958364a1dc (plain)
1
2
3
4
5
6
7
8
9
10
licenses(["notice"])

exports_files(["LICENSE"])

filegroup(
    name = "stardoc_rule_doc",
    testonly = 1,
    srcs = ["docs/stardoc_rule.md"],
    visibility = ["//test:__pkg__"],
)