Skip to content

Feature request: include/exclude paths to handle glob #45

@BafS

Description

@BafS

For big monoliths, it would be handy to be able to use the glob pattern when including/excluding.

For instance, instead of

{
  "extra": {
    "composer-attribute-collector": {
      "exclude": [
        "apps/admin/tests/",
        "apps/main/tests/",
        "components/colors/tests/",
        "components/http/tests/",
        "components/math/tests/"
      ]
    }
  }
}

we would have

{
  "extra": {
    "composer-attribute-collector": {
      "exclude": [
        "apps/**/tests/",
        "components/**/tests/"
      ]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions