You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,53 +9,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
-[#59](https://github.com/green-code-initiative/ecoCode-java/pull/59) Add builtin profile `ecoCode way` to aggregate all implemented ecoCode rules by this plugin
-[#59](https://github.com/green-code-initiative/creedengo-java/pull/59) Add builtin profile `ecoCode way` to aggregate all implemented ecoCode rules by this plugin
Please read common [CODE_STYLE.md](https://github.com/green-code-initiative/ecoCode-common/blob/main/doc/CODE_STYLE.md) in `ecoCode-common` repository.
1
+
Please read common [CODE_STYLE.md](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/CODE_STYLE.md) in `creedengo-common` repository.
Please read common [CONTRIBUTING.md](https://github.com/green-code-initiative/ecoCode-common/blob/main/doc/CONTRIBUTING.md) in `ecoCode-common` repository.
1
+
Please read common [CONTRIBUTING.md](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/CONTRIBUTING.md) in `creedengo-common` repository.
the [ecoCode repository](https://github.com/green-code-initiative/ecoCode#-sonarqube-plugins)
24
+
the [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-sonarqube-plugins)
25
25
26
26
🚀 Getting Started
27
27
------------------
@@ -32,9 +32,9 @@ You can give a try with a one command:
32
32
./mvnw verify -Pkeep-running
33
33
```
34
34
35
-
... then you can use Java test project repository to test the environment : see [Java test project in `./src/it/test-projects/ecocode-java-plugin-test-project`](./src/it/test-projects/ecocode-java-plugin-test-project)
35
+
... then you can use Java test project repository to test the environment : see [Java test project in `./src/it/test-projects/creedengo-java-plugin-test-project`](./src/it/test-projects/creedengo-java-plugin-test-project)
36
36
37
-
NB: To install other `ecocode` plugins, you can :
37
+
NB: To install other `creedengo` plugins, you can :
38
38
39
39
- add JAVA System properties `Dtest-it.additional-plugins` with a comma separated list of plugin IDs (`groupId:artifactId:version`), or plugins JAR (`file://....`) to install.
40
40
@@ -43,16 +43,16 @@ NB: To install other `ecocode` plugins, you can :
- install different ecocode plugins with Marketplace (inside admin panel of SonarQube)
46
+
- install different creedengo plugins with Marketplace (inside admin panel of SonarQube)
47
47
48
-
You can also directly use a [all-in-one docker-compose](https://github.com/green-code-initiative/ecoCode-common/blob/main/doc/INSTALL.md#start-sonarqube-if-first-time)
48
+
You can also directly use a [all-in-one docker-compose](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/INSTALL.md#start-sonarqube-if-first-time)
49
49
50
-
... and configure local SonarQube (security config and quality profile : see [configuration](https://github.com/green-code-initiative/ecoCode-common/blob/main/doc/INSTALL.md#configuration-sonarqube) for more details).
50
+
... and configure local SonarQube (security config and quality profile : see [configuration](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/INSTALL.md#configuration-sonarqube) for more details).
51
51
52
52
🛒 Distribution
53
53
------------------
54
54
55
-
Ready to use binaries are available [from GitHub](https://github.com/green-code-initiative/ecoCode-java/releases).
55
+
Ready to use binaries are available [from GitHub](https://github.com/green-code-initiative/creedengo-java/releases).
56
56
57
57
🧩 Compatibility
58
58
-----------------
@@ -63,17 +63,17 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
63
63
| 1.7.+ | 9.9.+ LTS to 10.6.0 |[17](https://docs.sonarsource.com/sonarqube/9.9/requirements/prerequisites-and-overview/#java)|
64
64
65
65
> Compatibility table of versions lower than 1.4.+ are available from the
66
-
> main [ecoCode repository](https://github.com/green-code-initiative/ecoCode#-plugins-version-compatibility).
66
+
> main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).
0 commit comments