community-rust icon indicating copy to clipboard operation
community-rust copied to clipboard

There are no verification rules for the Rust language yet

Open eocoo opened this issue 1 year ago • 1 comments

image

is there some additional verification rules for rust

eocoo avatar Mar 13 '24 09:03 eocoo

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

elegoff avatar Mar 14 '24 09:03 elegoff