fix(lint): use correct config key zenodo_doi#4201
Conversation
This PR is against the
|
3191e52 to
ff1bb63
Compare
mashehu
left a comment
There was a problem hiding this comment.
Thanks for the fix!
I think zenodo_doi makes more sense than zenodo_release so could you please fix it the other way around? 🙂
a4e5b93 to
e90ae65
Compare
|
@nf-core-bot changelog |
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The
readmelint test checks for"zenodo_doi"in the ignore config, but the documented config key in the docstring and docs is"zenodo_release". This means addingzenodo_releaseto the.nf-core.ymlignore list has no effect — the warning still appears.Changed the key in the code to match the documentation.
Fixes #3398