New feature
nextflow lint should exit with status 1 if there are warnings and a -fail-on-warnings flag is set.
Use case
I would like to have a bit stricter linting in the CI for the nf-core template. Currently, I can only do this by adding a manual parsing step to check for warnings in the output.
New feature
nextflow lintshould exit with status 1 if there are warnings and a-fail-on-warningsflag is set.Use case
I would like to have a bit stricter linting in the CI for the nf-core template. Currently, I can only do this by adding a manual parsing step to check for warnings in the output.