tools icon indicating copy to clipboard operation
tools copied to clipboard

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

Open drpatelh opened this issue 6 months ago • 0 comments

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 avatar Jan 29 '24 18:01 drpatelh