-
Notifications
You must be signed in to change notification settings - Fork 27
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
Need a way to verify that register_lints
registers all workspace members
#1533
Comments
I'd love to work on this! I'm guessing this is a function that would go to |
Yeah. Do you have thoughts on how you would implement this? The best idea I have come up with is:
I'm open to other ideas though. Please be aware that something in Dylint broke with the upgrade to Rust 1.85. I need to investigate. |
That sounds very good and this made me realize that I forgot to add the
This seems perfect for the task indeed, I was thinking about how we could fetch the examples with multiple workspaces before looking at it, and that does just that. Definitely doable! Could I work on it? |
Yes! Please! |
E.g., that this
register_lints
function registers all thesupplementary
workspace members:dylint/examples/supplementary/src/lib.rs
Lines 11 to 20 in 5cb7877
At the moment, I'm not sure how best to do this.
The text was updated successfully, but these errors were encountered: