We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1daff2a commit 9925dbaCopy full SHA for 9925dba
BUILD
@@ -12,10 +12,26 @@
12
# *******************************************************************************
13
14
load("@score_docs_as_code//:docs.bzl", "docs")
15
+load("@score_tooling//:defs.bzl", "copyright_checker")
16
17
docs(
18
data = [
19
"@score_process//:needs_json",
20
],
21
source_dir = "docs",
22
)
23
+
24
+copyright_checker(
25
+ name = "copyright",
26
+ srcs = [
27
+ ".github",
28
+ "bazel",
29
+ "docs",
30
+ "score",
31
+ "//:BUILD",
32
+ "//:MODULE.bazel",
33
+ ],
34
+ config = "@score_tooling//cr_checker/resources:config",
35
+ template = "@score_tooling//cr_checker/resources:templates",
36
+ visibility = ["//visibility:public"],
37
+)
0 commit comments