Skip to content

Commit 26675e7

Browse files
committed
Add a TL;DR paragraph
1 parent f0e0b09 commit 26675e7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ It leverages [Clippy lints](https://rust-lang.github.io/rust-clippy/master/) to
1212

1313
### How ?
1414

15-
You may want to read :
15+
#### tl;dr
16+
17+
* Generate a Clippy report
18+
`cargo clippy --message-format=json &> <CLIPPY REPORT FILE>`
19+
* Import it into SonarQube
20+
set analysis parameter `sonar.rust.clippy.reportPaths=<CLIPPY REPORT FILE>`
21+
* Optionally import coverage measures
22+
use either `sonar.rust.lcov.reportPaths` or `sonar.rust.cobertura.reportPaths`
23+
24+
25+
For more details, you may want to read :
1626
* The [documentation](./DOC.md)
1727
* The [FAQ page](./FAQ.md)
1828

0 commit comments

Comments
 (0)