Skip to content

Commit

Permalink
Version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elegoff committed Oct 17, 2023
1 parent c80856c commit 463e1fe
Show file tree
Hide file tree
Showing 7 changed files with 314 additions and 54 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ manage code quality.

### Compatibility with SonarQube versions :

| SonarQube | Rust plugin |
|-----------|---------------|
| > 9.9 LTS | not tested |
| 9.9 LTS | 0.2.1 |
| 8.9 - 9.9 | 0.1.0 |
| <8.9 | not supported |
| SonarQube | Community Rust plugin |
|-----------|-----------------------|
| 10.x | 0.2.2 |
| 9.9 LTS | 0.2.1 |
| 8.9 - 9.9 | 0.1.0 |
| <8.9 | not supported |

It leverages [Clippy lints](https://rust-lang.github.io/rust-clippy/master/) to raise issues against coding
rules, [LCOV](https://wiki.documentfoundation.org/Development/Lcov)
Expand Down
2 changes: 1 addition & 1 deletion community-rust-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.elegoff</groupId>
<artifactId>community-rust</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>community-rust-checks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion community-rust-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.elegoff</groupId>
<artifactId>community-rust</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>community-rust-frontend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion community-rust-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.elegoff</groupId>
<artifactId>community-rust</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<artifactId>community-rust-plugin</artifactId>
<packaging>sonar-plugin</packaging>
Expand Down
Loading

0 comments on commit 463e1fe

Please sign in to comment.