Skip to content

Commit

Permalink
Apply suggestions from code review
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
mashehu and mirpedrol authored Dec 3, 2024
1 parent 11f7f42 commit eed0598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nf_core/pipelines/lint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def run_linting(
lint_obj._load_lint_config()
lint_obj.load_pipeline_config()

if lint_obj.lint_config and lint_obj.lint_config["nfcore_components"] is False:
if lint_obj.lint_config and not lint_obj.lint_config["nfcore_components"]:
module_lint_obj = None
subworkflow_lint_obj = None
else:
Expand Down
4 changes: 2 additions & 2 deletions nf_core/pipelines/lint/readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def readme(self):
lint:
readme:
nextflow_badge
zenodo_release
- nextflow_badge
- zenodo_release
"""
passed = []
Expand Down

0 comments on commit eed0598

Please sign in to comment.