You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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: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:Cloning the branch on the PR above and running
nf-core lint
with the latest version should reproduce the issue locally too.The text was updated successfully, but these errors were encountered: