-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Description of the bug
The modules.json was created using nf-core modules and nf-core subworkflows commands using the latest code on dev. However, linting fails with Prettier which wants to put the installed_by section on a single line. We should either ignore this file or fix the default output from tools.
"ataqv/ataqv": {
"branch": "master",
"git_sha": "56421e1a812bc2f9e77dbe9f297e9d9c580cb8a5",
- "installed_by": [
- "modules"
- ]
+ "installed_by": ["modules"]
},Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working