We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd00f2e commit 690e206Copy full SHA for 690e206
nf_core/pipelines/lint/__init__.py
@@ -601,8 +601,8 @@ def run_linting(
601
602
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"]
+ and (not lint_obj.lint_config["nfcore_components"]
+ or lint_obj.lint_config["nfcore_components"] is not None)
606
):
607
module_lint_obj = None
608
subworkflow_lint_obj = None
0 commit comments