C4tWithShell / community-rust

SonarQube plugin to analyze Rust files
GNU Lesser General Public License v3.0
127 stars 11 forks source link

There are no verification rules for the Rust language yet #88

Closed shanhm1991 closed 6 months ago

shanhm1991 commented 8 months ago

image

is there some additional verification rules for rust

elegoff commented 8 months ago

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 :

Thanks for your understanding