File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,20 @@ It leverages [Clippy lints](https://rust-lang.github.io/rust-clippy/master/) to
1515#### tl;dr
1616
1717* Generate a Clippy report
18- ` cargo clippy --message-format=json &> <CLIPPY REPORT FILE> `
18+
19+ ` cargo clippy --message-format=json &> <CLIPPY REPORT FILE> `
1920* Import it into SonarQube
20- set analysis parameter ` sonar.rust.clippy.reportPaths=<CLIPPY REPORT FILE> `
21+
22+ set analysis parameter ` sonar.rust.clippy.reportPaths=<CLIPPY REPORT FILE> `
2123* Optionally import coverage measures
22- use either ` sonar.rust.lcov.reportPaths ` or ` sonar.rust.cobertura.reportPaths `
24+
25+ use either
26+
27+ ` sonar.rust.lcov.reportPaths `
28+
29+ or
30+
31+ ` sonar.rust.cobertura.reportPaths `
2332
2433
2534For more details, you may want to read :
You can’t perform that action at this time.
0 commit comments