Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/extensions/score_metamodel/metamodel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,14 @@ needs_types:
rationale: ^.+$
# req-Id: tool_req__docs_common_attr_security
security: ^(YES|NO)$
valid_from: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
optional_options:
# req-Id: tool_req__docs_req_attr_reqcov
reqcovered: ^(YES|NO)$
# req-Id: tool_req__docs_req_attr_testcov
testcovered: ^(YES|NO)$
hash: ^.*$
# req-Id: tool_req__docs_req_attr_validity_correctness
valid_from: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
valid_until: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
tags:
- requirement
Expand All @@ -292,6 +292,7 @@ needs_types:
status: ^(valid|invalid)$
# req-Id: tool_req__docs_common_attr_description
content: ^[\s\S]+$
valid_from: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
optional_links:
# req-Id: tool_req__docs_req_link_satisfies_allowed
derived_from: stkh_req
Expand All @@ -306,7 +307,6 @@ needs_types:
testcovered: ^(YES|NO)$
hash: ^.*$
# req-Id: tool_req__docs_req_attr_validity_correctness
valid_from: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
valid_until: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
tags:
- requirement
Expand Down
Loading