-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Needs specification 🔐Accepted as a potential improvement, and needs to specify edge cases, message names, etc.Accepted as a potential improvement, and needs to specify edge cases, message names, etc.
Milestone
Description
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
Labels
Needs specification 🔐Accepted as a potential improvement, and needs to specify edge cases, message names, etc.Accepted as a potential improvement, and needs to specify edge cases, message names, etc.