rust-clippy

A collection of lints to catch common mistakes and improve your Rust code.

Clippy compiles project and reports any found issues. If compilation fails, it will report occurred errors in a review. In order for Clippy to work repository should contain file cargo.toml.

project page

Name in config: rust-clippy

Supported languages: Rust

Requires project_roots: Yes

Available configuration parameters

Name Description Possible values Default value Mandatory
output Type of report.
  • pass-fail — report only short summary of issues found by clippy.
  • all — post each clippy warning and error as dedicated comment tied to specific string.
    all No