We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ad687 commit 6474593Copy full SHA for 6474593
2 files changed
src/extensions/score_metamodel/checks/check_options.py
@@ -107,7 +107,7 @@ def check_content(
107
# HINT: Seems that falsey evaluation of content fails without bool conversion.
108
if not bool(need["content"]):
109
msg = f"Need has no content. Content is mandatory for needs of type {need['type']}"
110
- log.warning_for_need(need, msg)
+ log.warning_for_need(need, msg, new_check=True)
111
112
113
# req-#id: gd_req__req__attr_type
src/extensions/score_metamodel/metamodel.yaml
@@ -73,8 +73,6 @@ needs_types:
73
status: ^(valid)$
74
optional_links:
75
links: ^.*$
76
- tags:
77
- - requirement
78
79
std_wp:
80
title: Standard Work Product
0 commit comments