Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Prettier fails linting for default modules.json #2047

@drpatelh

Description

@drpatelh

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions