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