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