We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5137b4a commit cd00f2eCopy full SHA for cd00f2e
nf_core/pipelines/lint/__init__.py
@@ -599,7 +599,11 @@ def run_linting(
599
lint_obj._load_lint_config()
600
lint_obj.load_pipeline_config()
601
602
- if lint_obj.lint_config and lint_obj.lint_config["nfcore_components"] is not None and not lint_obj.lint_config["nfcore_components"]:
+ if (
603
+ lint_obj.lint_config
604
+ and lint_obj.lint_config["nfcore_components"] is not None
605
+ and not lint_obj.lint_config["nfcore_components"]
606
+ ):
607
module_lint_obj = None
608
subworkflow_lint_obj = None
609
else:
0 commit comments