Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

.readable.json with empty rules should override default.readable.json #6

@Illyism

Description

@Illyism

Issue

Starting a new project with blank rules as below

{
  "pathes": [
    "src/"
  ],
  "rules": {}
}

I think the expected output is that the test will pass. As there is no configuration here that it should extend or include a base config file.

Removing a rule that is now in the default would mean having to set that rule manually to "false". This might be possible but it will cause issues if we add rules in the future, as package users would require to keep up with new rules at every upgrade in orde to disable them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions