We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7148858 commit 4c8c3b4Copy full SHA for 4c8c3b4
BUILD
@@ -35,11 +35,14 @@ use_format_targets()
35
36
copyright_checker(
37
name = "copyright",
38
- srcs = glob([
39
- "process/**",
40
- "BUILD",
41
- "MODULE.bazel",
42
- ], exclude = ["process/trustable/**"]),
+ srcs = glob(
+ [
+ "process/**",
+ "BUILD",
+ "MODULE.bazel",
43
+ ],
44
+ exclude = ["process/trustable/**"],
45
+ ),
46
config = "@score_cr_checker//resources:config",
47
template = "@score_cr_checker//resources:templates",
48
visibility = ["//visibility:public"],
0 commit comments