Skip to content

Commit 6474593

Browse files
Enabling new check
1 parent 24ad687 commit 6474593

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/extensions/score_metamodel/checks/check_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def check_content(
107107
# HINT: Seems that falsey evaluation of content fails without bool conversion.
108108
if not bool(need["content"]):
109109
msg = f"Need has no content. Content is mandatory for needs of type {need['type']}"
110-
log.warning_for_need(need, msg)
110+
log.warning_for_need(need, msg, new_check=True)
111111

112112

113113
# req-#id: gd_req__req__attr_type

src/extensions/score_metamodel/metamodel.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ needs_types:
7373
status: ^(valid)$
7474
optional_links:
7575
links: ^.*$
76-
tags:
77-
- requirement
7876

7977
std_wp:
8078
title: Standard Work Product

0 commit comments

Comments
 (0)