File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ use_format_targets()
3535
3636copyright_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" ],
Original file line number Diff line number Diff line change 1717Trustable
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,
You can’t perform that action at this time.
0 commit comments