Skip to content
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

nf-core lint failing for mismatching assets/sendmail_template.txt #2704

Open
drpatelh opened this issue Jan 29, 2024 · 0 comments
Open

nf-core lint failing for mismatching assets/sendmail_template.txt #2704

drpatelh opened this issue Jan 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@drpatelh
Copy link
Member

drpatelh commented Jan 29, 2024

Description of the bug

I am trying to merge in the template update after the latest 2.12 release into nf-core/fetchngs and nf-core lint is failing with:

╭─ [✗] 1 Pipeline Test Failed ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                                                                                                                                                 │
│ files_unchanged: assets/sendmail_template.txt does not match the template                                                                                                                                                                                                                       │
│                                                                                                                                                                                                                                                                                                 │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯


╭───────────────────────╮
│ LINT RESULTS SUMMARY  │
├───────────────────────┤
│ [✔] 179 Tests Passed  │
│ [?]   9 Tests Ignored │
│ [!]   6 Test Warnings │
│ [✗]   1 Test Failed   │
╰───────────────────────╯

This file is intentionally different and I have already added the block below to .nf-core.yml as you can see here which should exclude this file from being linted but still seeing the failure:

files_unchanged:
    - assets/sendmail_template.txt

Cloning the branch on the PR above and running nf-core lint with the latest version should reproduce the issue locally too.

@drpatelh drpatelh added the bug Something isn't working label Jan 29, 2024
@drpatelh drpatelh changed the title nf-core lint failing for nf-core lint failing for mismatching assets/sendmail_template.txt Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant