Skip to content

Commit 28548fd

Browse files
authored
Rename artefact (#31)
Rebrand "sonar-rust" into "community-rust"
1 parent 49380b5 commit 28548fd

File tree

179 files changed

+404
-294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+404
-294
lines changed

DOC.md

Lines changed: 7 additions & 7 deletions

FAQ.md

Lines changed: 10 additions & 15 deletions

NOTICE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Sonar Rust Plugin (Community)
1+
Community Rust Plugin
22
Copyright (C) 2021 Eric Le Goff
3+
mailto:community-rust AT pm DOT me
34
http://github.com/elegoff/sonar-rust
45

56
This program is free software; you can redistribute it and/or

README.md

Lines changed: 4 additions & 4 deletions

rust-checks/pom.xml renamed to community-rust-checks/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
<parent>
66
<groupId>org.elegoff</groupId>
7-
<artifactId>rust-report</artifactId>
7+
<artifactId>community-rust</artifactId>
88
<version>0.0.5-SNAPSHOT</version>
99
</parent>
1010

11-
<artifactId>rust-checks</artifactId>
11+
<artifactId>community-rust-checks</artifactId>
1212

1313
<name>Rust :: Checks</name>
1414

@@ -17,7 +17,7 @@
1717
<dependencies>
1818
<dependency>
1919
<groupId>${project.groupId}</groupId>
20-
<artifactId>rust-frontend</artifactId>
20+
<artifactId>community-rust-frontend</artifactId>
2121
<version>${project.version}</version>
2222
</dependency>
2323
<dependency>

rust-checks/src/main/java/org/elegoff/rust/checks/CheckList.java renamed to community-rust-checks/src/main/java/org/elegoff/rust/checks/CheckList.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* Sonar Rust Plugin (Community)
2+
* Community Rust Plugin
33
* Copyright (C) 2021 Eric Le Goff
4+
* mailto:community-rust AT pm DOT me
45
* http://github.com/elegoff/sonar-rust
56
*
67
* This program is free software; you can redistribute it and/or

rust-checks/src/main/java/org/elegoff/rust/checks/EmptyEnumCheck.java renamed to community-rust-checks/src/main/java/org/elegoff/rust/checks/EmptyEnumCheck.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* Sonar Rust Plugin (Community)
2+
* Community Rust Plugin
33
* Copyright (C) 2021 Eric Le Goff
4+
* mailto:community-rust AT pm DOT me
45
* http://github.com/elegoff/sonar-rust
56
*
67
* This program is free software; you can redistribute it and/or

rust-checks/src/main/java/org/elegoff/rust/checks/FunctionParametersCountCheck.java renamed to community-rust-checks/src/main/java/org/elegoff/rust/checks/FunctionParametersCountCheck.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* Sonar Rust Plugin (Community)
2+
* Community Rust Plugin
33
* Copyright (C) 2021 Eric Le Goff
4+
* mailto:community-rust AT pm DOT me
45
* http://github.com/elegoff/sonar-rust
56
*
67
* This program is free software; you can redistribute it and/or

rust-checks/src/main/java/org/elegoff/rust/checks/Issue.java renamed to community-rust-checks/src/main/java/org/elegoff/rust/checks/Issue.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* Sonar Rust Plugin (Community)
2+
* Community Rust Plugin
33
* Copyright (C) 2021 Eric Le Goff
4+
* mailto:community-rust AT pm DOT me
45
* http://github.com/elegoff/sonar-rust
56
*
67
* This program is free software; you can redistribute it and/or

rust-checks/src/main/java/org/elegoff/rust/checks/LineLengthCheck.java renamed to community-rust-checks/src/main/java/org/elegoff/rust/checks/LineLengthCheck.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2-
* Sonar Rust Plugin (Community)
2+
* Community Rust Plugin
33
* Copyright (C) 2021 Eric Le Goff
4+
* mailto:community-rust AT pm DOT me
45
* http://github.com/elegoff/sonar-rust
56
*
67
* This program is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)