Skip to content
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

Use cargo cranky instead of cargo clippy #1820

Merged
merged 4 commits into from
Jul 20, 2022
Merged

Use cargo cranky instead of cargo clippy #1820

merged 4 commits into from
Jul 20, 2022

Conversation

emilk
Copy link
Owner

@emilk emilk commented Jul 11, 2022

cargo cranky is a new tool that passes lints specified in a Cranky.toml to cargo clippy.

This is a nice workaround for rust-lang/cargo#5034

Closes #1439
Closes #1451

Usage:

cargo install cargo-cranky
cargo cranky

cargo cranky (https://github.com/ericseppanen/cargo-cranky)
is a new tool that passes lints specified in a Cranky.toml
to cargo clippy.

This is a possible solution to
rust-lang/cargo#5034
Same test as in #1451 which
the current CI fails to catch.
@emilk emilk merged commit bf15bb6 into master Jul 20, 2022
@emilk emilk deleted the cranky branch July 20, 2022 10:34
@emilk emilk mentioned this pull request Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix clippy CI
1 participant