tools icon indicating copy to clipboard operation
tools copied to clipboard

Linter displays a warning for `custom/dumpsoftwareversions`

Open Midnighter opened this issue 1 year ago • 0 comments

Description of the bug

After installing nf-core tools 2.6 and updating to the latest version of custom/dumpsoftwareversions there is a lint warning. Probably it's related to some kind of version section being expected by the linter but this modules (a) uses a template and (b) does not generate such a section for itself (for good reason).

Command used and terminal output

╭─ [!] 1 Module Test Warnings ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                           ╷                                                     ╷                                                                                          │
│ Module name                               │ File path                                           │ Test message                                                                             │
│╶──────────────────────────────────────────┼─────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────╴│
│ custom/dumpsoftwareversions               │ modules/nf-core/custom/dumpsoftwareversions/main.nf │ Process name not used for versions.yml                                                   │
│                                           ╵                                                     ╵                                                                                          │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯


### System information

* nf-core, version 2.6
* Python 3.9.5

Midnighter avatar Oct 05 '22 09:10 Midnighter