Skip to content

Commit 7148858

Browse files
committed
trustable: ignore copyright check in trustable
Resolves: eclipse-score/score#1009 Signed-off-by: Philipp Ahmann <philipp.ahmann@de.bosch.com>
1 parent 40e7925 commit 7148858

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

BUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ use_format_targets()
3535

3636
copyright_checker(
3737
name = "copyright",
38-
srcs = [
39-
"process",
40-
"//:BUILD",
41-
"//:MODULE.bazel",
42-
],
38+
srcs = glob([
39+
"process/**",
40+
"BUILD",
41+
"MODULE.bazel",
42+
], exclude = ["process/trustable/**"]),
4343
config = "@score_cr_checker//resources:config",
4444
template = "@score_cr_checker//resources:templates",
4545
visibility = ["//visibility:public"],

process/trustable/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
Trustable
1818
=========
1919

20+
.. note::
21+
The copyright check ignores all files in trustable and its subdirectories.
22+
Modified BUILD file in process repository to be reverted after reuse implementation
23+
is implemented in tooling.
2024

2125
*The* `Trustable Software Framework (TSF) <https://codethinklabs.gitlab.io/trustable/trustable/index.html>`_
2226
*approach is designed for consideration of software where factors such as safety, security,

0 commit comments

Comments
 (0)