Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ http_file(
urls = ["https://github.com/withered-magic/starpls/releases/download/v0.1.21/starpls-linux-amd64"],
)

bazel_dep(name = "score_process", version = "1.6.0")
bazel_dep(name = "score_process", version = "2.0.1")

# Provide the tools from the devcontainer to Bazel
bazel_dep(name = "score_devcontainer", version = "1.7.0")
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions docs/internals/requirements/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ This section provides an overview of current process requirements and their clar
:satisfies:
gd_req__req_check_mandatory,
gd_req__req_attr_safety,
gd_req__impl_diagram_safety,
gd_req__arch_attr_safety

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

Docs-as-Code shall enforce that the ``status`` attribute has one of the following values:
Expand Down Expand Up @@ -774,11 +772,7 @@ Architecture Attributes
:id: tool_req__docs_arch_links
:implemented: PARTIAL
:version: 1
:satisfies:
gd_req__impl_diagram_check_id,
gd_req__impl_diagram_linkage_id,
gd_req__impl_diagram_check_includes,
gd_req__impl_diagram_linkage_includes,
Comment thread
a-zw marked this conversation as resolved.
:satisfies: gd_req__impl_diagram_check_id, gd_req__impl_diagram_linkage_id
:parent_covered: YES

Architectural diagrams (``mod_view_sta``, ``feat_arc_sta``, ``comp_arc_sta``,
Expand Down
Loading