-
Notifications
You must be signed in to change notification settings - Fork 192
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
New lint test: schema param description #1017
Comments
Looking into this, I realized that the lint tests are not self-contained. Meaning one only runs when the other has been run before. So we should probably make that more robust/ the tests self-contained. |
Yes, good point with the |
Yeah creating the schema object, the error was easy to catch because we basically have a comment saying that: tools/nf_core/lint/schema_params.py Lines 19 to 23 in dc5288d
|
Remnants of the old code structure I guess |
I can't think of a time when it's ok for a parameter in a schema to not have a description. So we should probably lint for that and throw a warning.
Also warn if there are any ungrouped parameters.
The text was updated successfully, but these errors were encountered: