Skip to content

Commit 02eb54c

Browse files
authored
Add creedengo-csharp plugin (v2.1.0) and deprecate ecocode-csharp (#682)
* Add creedengo-csharp plugin and deprecate ecocode-csharp * Add creedengo-csharp plugin and deprecate ecocode-csharp
1 parent 9f860e5 commit 02eb54c

3 files changed

+23
-7
lines changed

creedengocsharp.properties

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
category=External Analysers
2+
description=Provide a list of static code analyzers (for C# language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc.
3+
homepageUrl=https://github.com/green-code-initiative/creedengo-csharp-sonarqube
4+
publicVersions=2.1.0
5+
archivedVersions=
6+
7+
defaults.mavenGroupId=org.green-code-initiative
8+
defaults.mavenArtifactId=creedengo-csharp-plugin
9+
10+
2.1.0.description=Initial Marketplace publication of plugin after renaming from "ecocode-csharp"
11+
2.1.0.sqs=[10.8,LATEST]
12+
2.1.0.sqcb=[24.12,LATEST]
13+
2.1.0.sqVersions=[9.9,10.7.*]
14+
2.1.0.date=2025-03-06
15+
2.1.0.downloadUrl=https://github.com/green-code-initiative/creedengo-csharp-sonarqube/releases/download/2.1.0/creedengo-csharp-plugin-2.1.0.jar
16+
2.1.0.changelogUrl=https://github.com/green-code-initiative/creedengo-csharp-sonarqube/releases/tag/2.1.0

ecocodecsharp.properties

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
category=External Analysers
2-
description=Provide a list of static code analyzers (for C# language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc.
3-
homepageUrl=https://github.com/green-code-initiative/ecoCode-csharp-sonarqube
4-
publicVersions=1.5.1
5-
archivedVersions=1.1.0
2+
description=!!! WARNING !!! : this plugin is deprecated in favor of creedengo-csharp-sonarqube. Provide a list of static code analyzers (for C# language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc.
3+
homepageUrl=https://github.com/green-code-initiative/creedengo-csharp-sonarqube
4+
publicVersions=
5+
archivedVersions=1.1.0,1.5.1
66

77
defaults.mavenGroupId=io.ecocode
88
defaults.mavenArtifactId=ecocode-csharp-plugin
@@ -14,8 +14,8 @@ defaults.mavenArtifactId=ecocode-csharp-plugin
1414
1.1.0.changelogUrl=https://github.com/green-code-initiative/ecoCode-csharp-sonarqube/releases/tag/1.1.0
1515

1616
1.5.1.description=Add rules EC91, EC92, EC93; support of SonarQube 10.7; upgrade internal library versions
17-
1.5.1.sqs=[10.8,LATEST]
18-
1.5.1.sqcb=[24.12,LATEST]
17+
1.5.1.sqs=[10.8,2025.1.*]
18+
1.5.1.sqcb=[24.12,25.3.*]
1919
1.5.1.sqVersions=[9.9,10.7]
2020
1.5.1.date=2024-11-01
2121
1.5.1.downloadUrl=https://github.com/green-code-initiative/ecoCode-csharp-sonarqube/releases/download/1.5.1/ecocode-csharp-plugin-1.5.1.jar

update-center-source.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plugins=aemrules,ansible,apigee,authaad,authgoogleoauth,authoidc,checkstyle,clover,codehawk,communitybsl,communitydelphi,communitygosu,communityrust,creedengojava,creedengojavascript,creedengophp,creedengopython,dependencycheck,devon4j,ecocodeandroid,ecocodecsharp,ecocodejava,ecocodejavascript,ecocodephp,ecocodepython,findbugs,groovy,hadolint,ibmixaemrules,jdepend,jqassistant,l10nde,l10nfr,l10nel,l10nes,l10nit,l10nja,l10nko,l10nru,l10nzh,l10nzhtw,mutationanalysis,mybatis,openedge,pmd,shellcheck,rci,scmcvs,scmjazzrtc,scmtfvc,scmmercurial,softvis3d,sonargraphintegration,webdriver,yaml
1+
plugins=aemrules,ansible,apigee,authaad,authgoogleoauth,authoidc,checkstyle,clover,codehawk,communitybsl,communitydelphi,communitygosu,communityrust,creedengocsharp,creedengojava,creedengojavascript,creedengophp,creedengopython,dependencycheck,devon4j,ecocodeandroid,ecocodecsharp,ecocodejava,ecocodejavascript,ecocodephp,ecocodepython,findbugs,groovy,hadolint,ibmixaemrules,jdepend,jqassistant,l10nde,l10nfr,l10nel,l10nes,l10nit,l10nja,l10nko,l10nru,l10nzh,l10nzhtw,mutationanalysis,mybatis,openedge,pmd,shellcheck,rci,scmcvs,scmjazzrtc,scmtfvc,scmmercurial,softvis3d,sonargraphintegration,webdriver,yaml
22
scanners=scannercli,scannermsbuild,scannerant,scannermaven,scannergradle,scannerazure,scannerjenkins
33

44

0 commit comments

Comments
 (0)