Skip to content

Commit e7d58cb

Browse files
committed
feat(1929): run todo linting on local subworkflows
1 parent e959d45 commit e7d58cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nf_core/subworkflows/lint/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def lint_subworkflow(self, swf, progress_bar, registry, local=False):
209209
if local:
210210
self.main_nf(swf)
211211
self.meta_yml(swf, allow_missing=True)
212+
self.subworkflow_todos(swf)
212213
self.passed += [LintResult(swf, *s) for s in swf.passed]
213214
warned = [LintResult(swf, *m) for m in (swf.warned + swf.failed)]
214215
if not self.fail_warned:

0 commit comments

Comments
 (0)