Skip to content

Commit bf8e06e

Browse files
committed
Reformat
1 parent 26675e7 commit bf8e06e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2534
For more details, you may want to read :

0 commit comments

Comments
 (0)