Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ecoCode-android plugin #462

Merged
merged 3 commits into from Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions ecocodeandroid.properties
@@ -0,0 +1,13 @@
category=External Analysers
description=Provides rules to reduce the environmental footprint of your Android applications
homepageUrl=https://github.com/green-code-initiative/ecoCode-android
publicVersions=1.1.0

defaults.mavenGroupId=io.ecocode
defaults.mavenArtifactId=ecocode-android-parent

1.1.0.description=Initial Marketplace publication. Add 33 new rules (Java), 8 new rules (XML), 3 new rules (Groovy).
1.1.0.sqVersions=[9.9,LATEST]
1.1.0.date=2023-11-17
1.1.0.downloadUrl=https://github.com/green-code-initiative/ecoCode-android/releases/download/1.1.0/ecocode-android-1.1.0.jar
1.1.0.changelogUrl=https://github.com/green-code-initiative/ecoCode-android/releases/tag/1.1.0
2 changes: 1 addition & 1 deletion update-center-source.properties
@@ -1,4 +1,4 @@
plugins=aemrules,ansible,apigee,authaad,authbitbucket,authgoogleoauth,authoidc,checkstyle,citymodel,cloudformation,clover,cnesreport,cobertura,codehawk,communitybsl,communitydelphi,communitygosu,communityrust,crowd,dependencycheck,detekt,devon4j,ecocodejava,ecocodejavascript,ecocodephp,ecocodepython,findbugs,fxcop,groovy,hadolint,ibmixaemrules,jdepend,jqassistant,lits,l10nde,l10nfr,l10nel,l10nes,l10nit,l10nja,l10nko,l10nru,l10nzh,l10nzhtw,mulesoft,mutationanalysis,mybatis,openedge,pmd,quboo,shellcheck,rci,scmcvs,scmjazzrtc,scmtfvc,scmmercurial,smells,softvis3d,sonargraphintegration,webdriver,xanitizer,yaml
plugins=aemrules,ansible,apigee,authaad,authbitbucket,authgoogleoauth,authoidc,checkstyle,citymodel,cloudformation,clover,cnesreport,cobertura,codehawk,communitybsl,communitydelphi,communitygosu,communityrust,crowd,dependencycheck,detekt,devon4j,ecocodeandroid,ecocodejava,ecocodejavascript,ecocodephp,ecocodepython,findbugs,fxcop,groovy,hadolint,ibmixaemrules,jdepend,jqassistant,lits,l10nde,l10nfr,l10nel,l10nes,l10nit,l10nja,l10nko,l10nru,l10nzh,l10nzhtw,mulesoft,mutationanalysis,mybatis,openedge,pmd,quboo,shellcheck,rci,scmcvs,scmjazzrtc,scmtfvc,scmmercurial,smells,softvis3d,sonargraphintegration,webdriver,xanitizer,yaml
scanners=scannercli,scannermsbuild,scannerant,scannermaven,scannergradle,scannerazure,scannerjenkins

devVersion=10.4-SNAPSHOT
Expand Down