|
12 | 12 | # ******************************************************************************* |
13 | 13 |
|
14 | 14 | load("@score_docs_as_code//:docs.bzl", "docs") |
15 | | -load("@score_tooling//:defs.bzl", "copyright_checker", "setup_starpls", "use_format_targets") |
| 15 | +load("@score_tooling//:defs.bzl", "setup_starpls", "use_format_targets") |
16 | 16 |
|
17 | 17 | # Docs-as-code |
18 | 18 | docs( |
@@ -41,35 +41,6 @@ setup_starpls( |
41 | 41 | visibility = ["//visibility:public"], |
42 | 42 | ) |
43 | 43 |
|
44 | | -# Copyright check |
45 | | -# |
46 | | -# NOTE: CI enforces copyright headers via the pre-commit `copyright` hook |
47 | | -# (see //.pre-commit-config.yaml and .github/workflows/copyright.yml), not this |
48 | | -# Bazel target. `bazel run //:copyright.check` currently fails to analyze because |
49 | | -# its "docs" src pulls in the docs() -> needs_json graph, which references |
50 | | -# @score_process/@score_platform; those are dev_dependencies in the score modules |
51 | | -# and so are not visible when reference_integration aggregates them. |
52 | | -# Tracked in https://github.com/eclipse-score/reference_integration/issues/166. |
53 | | -copyright_checker( |
54 | | - name = "copyright", |
55 | | - srcs = [ |
56 | | - ".github", |
57 | | - "bazel_common", |
58 | | - "docs", |
59 | | - "feature_integration_tests", |
60 | | - "images", |
61 | | - "runners", |
62 | | - "rust_coverage", |
63 | | - "scripts", |
64 | | - "showcases", |
65 | | - "//:BUILD", |
66 | | - "//:MODULE.bazel", |
67 | | - ], |
68 | | - config = "@score_tooling//cr_checker/resources:config", |
69 | | - template = "@score_tooling//cr_checker/resources:templates", |
70 | | - visibility = ["//visibility:public"], |
71 | | -) |
72 | | - |
73 | 44 | # Add target for formatting checks |
74 | 45 | use_format_targets() |
75 | 46 |
|
|
0 commit comments