We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d5387 commit cb37328Copy full SHA for cb37328
1 file changed
src/extensions/score_metamodel/metamodel.yaml
@@ -263,14 +263,16 @@ needs_types:
263
rationale: ^.+$
264
# req-Id: tool_req__docs_common_attr_security
265
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*))?$
268
optional_options:
269
# req-Id: tool_req__docs_req_attr_reqcov
270
reqcovered: ^(YES|NO)$
271
# req-Id: tool_req__docs_req_attr_testcov
272
testcovered: ^(YES|NO)$
273
hash: ^.*$
274
# req-Id: tool_req__docs_req_attr_validity_correctness
- 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*))?$
276
valid_until: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)(\.(0|[1-9]\d*))?$
277
tags:
278
- requirement
0 commit comments