Skip to content

Commit cb37328

Browse files
committed
Update metamodel valid_from requirements
1 parent 70d5387 commit cb37328

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/extensions/score_metamodel/metamodel.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,16 @@ needs_types:
263263
rationale: ^.+$
264264
# req-Id: tool_req__docs_common_attr_security
265265
security: ^(YES|NO)$
266+
# req-Id: tool_req__docs_req_attr_validity_correctness
267+
valid_from: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
266268
optional_options:
267269
# req-Id: tool_req__docs_req_attr_reqcov
268270
reqcovered: ^(YES|NO)$
269271
# req-Id: tool_req__docs_req_attr_testcov
270272
testcovered: ^(YES|NO)$
271273
hash: ^.*$
272274
# req-Id: tool_req__docs_req_attr_validity_correctness
273-
valid_from: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
275+
# valid_from: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
274276
valid_until: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
275277
tags:
276278
- requirement

0 commit comments

Comments
 (0)