Skip to content

Commit f064b49

Browse files
authored
Merge pull request #27 from eclipse-score/masc2023_trustable
provide trustable framework template
2 parents 282433e + 4c8c3b4 commit f064b49

File tree

6 files changed

+1239
-5
lines changed

6 files changed

+1239
-5
lines changed

BUILD

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

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

process/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,16 @@ The the standard references the S-CORE project's processes are derived from can
102102

103103
standards/index.rst
104104

105+
Trustable
106+
---------
107+
108+
The trustable measure based on sphinx-needs for OSS project's can be found here:
109+
110+
.. toctree::
111+
:maxdepth: 1
112+
113+
trustable/index.rst
114+
105115
Templates for Folders
106116
---------------------
107117

process/trustable/_assets/tsf_overview.drawio.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)