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
For the current master branch clippy with basic configurations fails:
master
cargo clippy --workspace -- -D warnings
Fix basic clippy issues and add basic clippy rules to CI:
cargo clippy --workspace -- -D warnings cargo clippy --workspace --no-default-features -- -D warnings cargo clippy --workspace --features=with-codec,with-serde -- -D warnings
There are a lot of issues when enabling:
cargo clippy --workspace -- -D warnings -D clippy::pedantic -D -D clipyy::nursery
Enabling these clippy flags 🎏 is out of the current proposal.
The text was updated successfully, but these errors were encountered:
Extend clippy - rust-ethereum#245
0d62095
Feat: add basic clippy (#246)
53d082f
* Fix no-std dependencies to fix #243 * Add basic clippy level * Extend clippy - #245 * Extend clippy * Changed use to alloca #243 * Remove lifetime * Simplify for code consistency. Extend CI * Partly remove lifetime * Remove resolver-lifetime, and remove CI repeat-checkout * Restore CI checkout for tests
Fixed in #246
Sorry, something went wrong.
No branches or pull requests
Description
For the current
master
branch clippy with basic configurations fails:⏩ Proposal
Fix basic clippy issues and add basic clippy rules to CI:
📓 NOTES
There are a lot of issues when enabling:
Enabling these clippy flags 🎏 is out of the current proposal.
The text was updated successfully, but these errors were encountered: