-
Notifications
You must be signed in to change notification settings - Fork 193
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
Add yamllint config to template #1408
Conversation
For completeness sake, should we also have yamllint for the tools repo itself? |
I'd say even for all repos with yml files |
Which ones are left? Modules has it. nfco.re not yet. |
technically every repo with some GHA has some yml, so configs could need that as well |
While we're at it, we should probably add it to our extension pack on vs code: https://github.com/nf-core/vscode-extensionpack |
Will add it to tools in this same PR |
Adds a
.yamllint.yml
config to avoidline too long
andmissing document start "---"
errors.Closes #1407
PR checklist
CHANGELOG.md
is updated