We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f7f42 commit eed0598Copy full SHA for eed0598
nf_core/pipelines/lint/__init__.py
@@ -593,7 +593,7 @@ def run_linting(
593
lint_obj._load_lint_config()
594
lint_obj.load_pipeline_config()
595
596
- 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"]:
597
module_lint_obj = None
598
subworkflow_lint_obj = None
599
else:
nf_core/pipelines/lint/readme.py
@@ -35,8 +35,8 @@ def readme(self):
35
36
lint:
37
readme:
38
- nextflow_badge
39
- zenodo_release
+ - nextflow_badge
+ - zenodo_release
40
41
"""
42
passed = []
0 commit comments