Skip to content

Commit 78881bf

Browse files
committed
minor formatting
1 parent 3ac2c36 commit 78881bf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ Sonar-rust plugin
2020
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)](http://www.apache.org/licenses/LICENSE-2.0)
2121
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-orange.svg)](https://sonarcloud.io/dashboard?id=elegoff_sonar-rust)
2222
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=elegoff_sonar-rust&metric=alert_status)](https://sonarcloud.io/dashboard?id=elegoff_sonar-rust)
23+
2324
This plugin allows to visualize clippy lints report from the SonarQube UI
2425
It is compatible with SonarQube 7.9+
2526

26-
Clippy lints are listed : https://rust-lang.github.io/rust-clippy/master/
27+
Clippy lints are listed at : https://rust-lang.github.io/rust-clippy/master/
2728

2829
## Build plugin
2930

@@ -45,7 +46,3 @@ is available on the SonarQube Marketplace
4546
## Analysis parameter
4647

4748
Add parameter `sonar.rust.clippy.reportPaths=<clippy report file>`
48-
49-
## Analyze this plugin with SonarQube
50-
51-
`mvn -Pcoverage clean install sonar:sonar`

0 commit comments

Comments
 (0)