-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add package annotation Collector #1190
Comments
You should be able to do this yourself following https://github.com/qossmic/deptrac/blob/main/docs/extending_deptrac.md#layer-collectors, It should have everything you might need to implement this. |
I've started down this path (a separate collector, outside deptrac), but am having to use qossmic/deptrac rather than deptrac-shim because of #916, and thought it might be useful outside our project. I'll put together a PR. |
Can we add a collector which looks for a particular
@package
annotation from a class-like's docblock to include it in a layer?It would be really handy for one of my current projects, and I'd be happy to give it a go and produce a PR.
The text was updated successfully, but these errors were encountered: