We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8e7d0 commit 7733a3dCopy full SHA for 7733a3d
nf_core/pipelines/lint/__init__.py
@@ -600,8 +600,9 @@ def run_linting(
600
lint_obj.load_pipeline_config()
601
602
if (
603
- lint_obj.lint_config and
604
- lint_obj.lint_config.get("nfcore_components")
+ lint_obj.lint_config and
+ lint_obj.lint_config.get("nfcore_components") is not None and
605
+ not lint_obj.lint_config["nfcore_components"]
606
):
607
module_lint_obj = None
608
subworkflow_lint_obj = None
0 commit comments