We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#312 temporarily disabled Clippy in CI for 1.69 due to spuriously-failing clap correctness checks: rust-lang/rust-clippy#10421
We'll need to revert that at some point once the upstream issue is fixed in a stable release.
There's an existing request to cherry-pick the fix in rust-lang/rust-clippy#10685
The text was updated successfully, but these errors were encountered:
Bump clap to 3.2.24 to work-around clippy failures, and re-enable cli…
b99dda6
…ppy on stable in CI (fixes kanidm#313)
It looks like clap 3.2.24 just disabled the correctness lints in the macros, which I think should let users explicitly disable those checks... which means we'll have a bunch of clippy allow rules for clap.
clap 4.2.x looks like it doesn't have the same issue, so migrating to that may be the easier way to address this. I've started on this in #315.
Sorry, something went wrong.
a79df78
Successfully merging a pull request may close this issue.
#312 temporarily disabled Clippy in CI for 1.69 due to spuriously-failing clap correctness checks: rust-lang/rust-clippy#10421
We'll need to revert that at some point once the upstream issue is fixed in a stable release.
There's an existing request to cherry-pick the fix in rust-lang/rust-clippy#10685
The text was updated successfully, but these errors were encountered: