Skip to content

Commit 45e72c7

Browse files
authored
Process v2.0.0 (#627)
* feat: update score_process to 2.0.0 * fix: adapt the process v2.0.0 Requires a workaround for two accidentally removed items. * fix: v2.0.1
1 parent f76449a commit 45e72c7

3 files changed

Lines changed: 4 additions & 10 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ http_file(
6969
urls = ["https://github.com/withered-magic/starpls/releases/download/v0.1.21/starpls-linux-amd64"],
7070
)
7171

72-
bazel_dep(name = "score_process", version = "1.6.0")
72+
bazel_dep(name = "score_process", version = "2.0.1")
7373

7474
# Provide the tools from the devcontainer to Bazel
7575
bazel_dep(name = "score_devcontainer", version = "1.7.0")

MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/internals/requirements/requirements.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ This section provides an overview of current process requirements and their clar
210210
:satisfies:
211211
gd_req__req_check_mandatory,
212212
gd_req__req_attr_safety,
213-
gd_req__impl_diagram_safety,
214213
gd_req__arch_attr_safety
215214

216215
Docs-as-Code shall enforce that the ``safety`` attribute has one of the following values:
@@ -240,7 +239,6 @@ This section provides an overview of current process requirements and their clar
240239
gd_req__req_attr_status,
241240
gd_req__arch_attr_status,
242241
gd_req__saf_attr_status,
243-
gd_req__impl_diagram_status,
244242
gd_req__req_check_mandatory,
245243

246244
Docs-as-Code shall enforce that the ``status`` attribute has one of the following values:
@@ -774,11 +772,7 @@ Architecture Attributes
774772
:id: tool_req__docs_arch_links
775773
:implemented: PARTIAL
776774
:version: 1
777-
:satisfies:
778-
gd_req__impl_diagram_check_id,
779-
gd_req__impl_diagram_linkage_id,
780-
gd_req__impl_diagram_check_includes,
781-
gd_req__impl_diagram_linkage_includes,
775+
:satisfies: gd_req__impl_diagram_check_id, gd_req__impl_diagram_linkage_id
782776
:parent_covered: YES
783777

784778
Architectural diagrams (``mod_view_sta``, ``feat_arc_sta``, ``comp_arc_sta``,

0 commit comments

Comments
 (0)