-
Notifications
You must be signed in to change notification settings - Fork 190
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 an option to make the new workflow name checks optional #2117
Comments
I thought we added code to skip this: Lines 170 to 180 in eecf1c7
In theory if you have an |
The repository_type: pipeline
lint:
files_exist:
- assets/nf-core-nfcmggstructural_logo_light.png
- docs/images/nf-core-nfcmggstructural_logo_light.png
- docs/images/nf-core-nfcmggstructural_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
nextflow_config:
- manifest.name
- manifest.homePage
multiqc_config:
- report_comment
readme:
- nextflow_badge
files_unchanged:
- .github/CONTRIBUTING.md
- .github/ISSUE_TEMPLATE/bug_report.yml
- .github/ISSUE_TEMPLATE/feature_request.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .github/workflows/linting.yml
- assets/email_template.txt
- assets/sendmail_template.txt
- lib/NfcoreTemplate.groovy
- .prettierignore
actions_ci: false Am I missing something? |
I guess it may not be using that file? Could you try running with verbose/debug logging? It should tell you which yml file its using |
|
Hmm maybe I borked something with I will investigate this in detail and report back. |
Thank you!! 🥳 |
Oh no. I think I know what the issue is! I modified Will fix later when I am back at my desk. |
Can confirm it works now! Thank you! FYI this is the output:
|
Hmm. Is it supposed to still be a warning if it's being marked as skip? @mirpedrol
|
I've managed to turn if of by adding |
But yeah it's maybe better to not add the warning if the |
Oh, I thought we had this check for |
I was testing this now, and it fixes the issue with |
Description of feature
When running
nf-core lint
on my pipeline it immediately fails with following error:The pipeline name is something we agreed on for all our pipeline so I can't simply change it. So an option to disable this check would be helpful. Thanks in advance!!
The text was updated successfully, but these errors were encountered: