7 Repositories
Rust clippy Libraries
Master Rust programming with this comprehensive roadmap
🚀 Master Rust programming with this comprehensive roadmap! Explore fundamental and advanced concepts, code examples, and resources.
An easy to configure wrapper for Rust's clippy
An easy to configure wrapper for Rust's clippy
Converts cargo check (and clippy) JSON output to the GitHub Action error format
cargo-action-fmt Takes JSON-formatted cargo check (and cargo clippy) output and formats it for GitHub actions. Examples This tool can be used with a v
Rust-clippy - A bunch of lints to catch common mistakes and improve your Rust code
Clippy A collection of lints to catch common mistakes and improve your Rust code. There are over 450 lints included in this crate! Lints are divided i
fail CI on rustc and clippy warnings without breakage
A crate + github actions template that fails CI on rustc and clippy warnings without breakage.
custom rustc/clippy lint framwork
custom rustc lints How to run first need to install binary form source code: cargo install --path . and then in rust project directory you want to ana
custom Rust clippy lints
How to use my_lints to static analysis other rust project export MY_LINTS_PATH=/home/w/repos/my_repos/my_lints method_1: In my_lints dir cd $MY_LINTS_