Skip to content

Trigger an error if configuration is wrong #52

@jdeniau

Description

@jdeniau

If there is a configuration error we might want to validate the configuration with json schema and trigger a warning (or an error ?).

example of wrong configuration:

{
  "exclude": ['foo.js'], // typo ("exludes")
  "inexistant-key": "foo", // inexistant key ;)
  "command": 8 // unexpected number
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions