Skip to content

Commit

Permalink
Update nf_core/pipelines/lint/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
  • Loading branch information
LouisLeNezet and mirpedrol authored Mar 6, 2025
1 parent cd00f2e commit 690e206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nf_core/pipelines/lint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ def run_linting(

if (
lint_obj.lint_config
and lint_obj.lint_config["nfcore_components"] is not None
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)
):
module_lint_obj = None
subworkflow_lint_obj = None
Expand Down

0 comments on commit 690e206

Please sign in to comment.