community-rust
community-rust copied to clipboard
There are no verification rules for the Rust language yet
is there some additional verification rules for rust
You are correct that there are no addtional verification rules for Rust. The plugin is limited to reporting Clippy rules via importing external reports
In other words, without importing a Clippy report , SonarQube won't detect any issue
It would be technically possible to add rules in the future but :
- Are they any Rust rules that are not yet already detected by Clippy ?
- Mimicking Clippy lints to embed them in the plugin (to avoid importing Clippy report) would work but would need to be provided as PR in the project as I am basically a single developer with no bandwith anymore to maintain
Thanks for your understanding