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