Clippy
Last updated
Last updated
is a linter for Rust.
You can enable the Clippy linter with:
Clippy will be auto-enabled if any Rust files are present.
Clippy supports the following config files:
clippy.toml
.clippy.toml
You can move these files to .trunk/configs
and trunk check
will still find them. See for more info.
Clippy is distributed with rust itself, so specify your rust version for your clippy version (for example clippy@1.61.0
).
Clippy Trunk Code Quality
Trunk Code Quality's