From 1713939c5577ed4a0e3e119df409c122db9954cf Mon Sep 17 00:00:00 2001 From: mashehu Date: Mon, 18 Dec 2023 17:10:32 +0100 Subject: [PATCH] don't warn about missing `meta` value in meta.yml --- nf_core/modules/lint/meta_yml.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nf_core/modules/lint/meta_yml.py b/nf_core/modules/lint/meta_yml.py index 440b54a310..7552c1ceae 100644 --- a/nf_core/modules/lint/meta_yml.py +++ b/nf_core/modules/lint/meta_yml.py @@ -147,6 +147,14 @@ def meta_yml(module_lint_object: ComponentLint, module: NFCoreComponent) -> None module.meta_yml, ) ) + elif output == "meta": + module.passed.append( + ( + "meta_output_meta_only", + f"`{output}` is skipped for `meta.yml` outputs", + module.meta_yml, + ) + ) else: module.warned.append( (