-
Couldn't load subscription status.
- Fork 215
Linting of patched subworkflows #3755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
021cc32 to
22a9e44
Compare
71d225c to
f6fa9d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work!
Hello,
One of our pipelines had a faulty subworkflow patch and I investigated why it wasn't reported by
nf-core pipelines lint.The main problem is that the
LookupErrorwas ignored. I don't know what "This error is already reported by subworkflow_patch" is referring to. It certainly wasn't working ! So here I propose to directly log an error.The other problem is I think unrelated, but I found that while debugging. As far as I can tell,
self.metacannot beFalse. It can beNone, though.PR checklist
CHANGELOG.mdis updateddocsis updated