Skip to content

Support globbing patterns for source-roots #8290

@alexey-pelykh

Description

@alexey-pelykh

Current problem

It's quite inconvenient having to specify every source root for complex multi-package projects like --source-roots src/package1,src/package2,...,src/packageN

Desired solution

For complex multi-package projects it would be nice to be able to specify source roots as --source-roots src/* instead of listing every one of them. IMHO, it's better to go with globbing patterns rather than with regexp patterns since those give better support for path-specific matching.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs specification 🔐Accepted as a potential improvement, and needs to specify edge cases, message names, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions