-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Lintcheck and an options for command line options #6750
Conversation
65a466b
to
79d7f4c
Compare
Thanks! |
📌 Commit 79d7f4c has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Hmm, I think this broke something :( |
Huh, it worked for me locally. Can you try to delete the |
The problem is, when I run
🤔 |
CC #6749 ? |
Oh yeah, that is #6749 |
Adding the |
Maybe let the |
Make it possible to add command line options to the clippy invocation of the lintcheck-tool
changelog: none
r? @matthiaskrgr
I found that this will be really helpful if we use a separate repository and want to maintain a all-lints-passing list of crates. See my early experimentation here: https://github.com/flip1995/clippy-lintcheck
Will run the lintcheck tool on all the specified crates in
config/
in that repository.