A collection of lints to catch common mistakes and improve your Rust code.
Clippyarrow-up-right is a linter for Rust.
You can enable the Clippy linter with:
trunk check enable clippy
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 Moving Linters for more info.
.trunk/configs
trunk check
Clippy is distributed with rust itself, so specify your rust version for your clippy version (for example [email protected]).
[email protected]
Clippy sitearrow-up-right
Clippy Trunk Code Quality integration sourcearrow-up-right
Trunk Code Quality's open source plugins repoarrow-up-right
Last updated 1 year ago