Skip to content

Commit 3ac2c36

Browse files
committed
Scanned on Sonarcloud
1 parent 2441aec commit 3ac2c36

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Sonar-rust plugin
1818
==================
1919

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)
21-
21+
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-orange.svg)](https://sonarcloud.io/dashboard?id=elegoff_sonar-rust)
22+
[![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)
2223
This plugin allows to visualize clippy lints report from the SonarQube UI
2324
It is compatible with SonarQube 7.9+
2425

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<assertj-core.version>3.15.0</assertj-core.version>
2222
<jacoco.version>0.8.4</jacoco.version>
2323
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
24+
<sonar.projectKey>elegoff_sonar-rust</sonar.projectKey>
25+
<sonar.organization>elegoff-1</sonar.organization>
26+
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
27+
<sonar.login>12bcac0ffedc58033a8a677b28859e774e187d19</sonar.login>
2428
</properties>
2529

2630
<issueManagement>

0 commit comments

Comments
 (0)