green-code-initiative / ecoCode

Reduce the environmental footprint of your software programs with SonarQube
https://ecocode.io
GNU General Public License v3.0
165 stars 78 forks source link

Update plugin description in code #33

Closed dedece35 closed 1 year ago

dedece35 commented 1 year ago

Describe the bug When we build plugin (using tool_build.sh script), informations are note up-to-date. Example for java-plugin :

--- sonar-packaging-maven-plugin:1.21.0.505:sonar-plugin (default-sonar-plugin) @ ecocode-python-plugin ---
[INFO] -------------------------------------------------------
[INFO] Plugin definition in update center
[INFO]     Key: ecocodepythonplugin
[INFO]     Name: ecoCode Python Sonar Plugin
[INFO]     Description: Les règles s'appuient sur l'édition 3 du livre "Ecoconception Web / Les 115 bonnes pratiques" => https://collectif.greenit.fr/ecoconception-web/115-bonnes-pratiques-eco-conception_web.html
[INFO]     Version: 0.2.2-SNAPSHOT
[INFO]     Display Version: 0.2.2-SNAPSHOT
[INFO]     Entry-point Class: fr.cnumr.python.CustomPythonRulesPlugin
[INFO]     Required Plugins: 
[INFO]     Does the plugin support SonarLint?: true
[INFO]     Use Child-first ClassLoader: false
[INFO]     Base Plugin: python
[INFO]     Homepage URL: 
[INFO]     Minimal SonarQube Version: 9.4.0.54424
[INFO]     Licensing: GPL v3
[INFO]     Organization: CNumR
[INFO]     Organization URL: https://collectif.greenit.fr
[INFO]     Terms and Conditions: 
[INFO]     Issue Tracker URL: https://github.com/green-code-initiative/ecocode/issues
[INFO]     Build date: 2023-01-04T08:57:25+0100
[INFO]     Sources URL: https://github.com/green-code-initiative/ecocode/ecocode-python-plugin
[INFO]     Developers: 
[INFO]     Minimal JRE Specification Version: 
[INFO]     Minimal Node.js Version: 
[INFO] Skip packaging of dependencies
[INFO] -------------------------------------------------------
[INFO] Building jar: /Users/ddecarvalho/git_perso/ecocode/python-plugin/target/ecocode-python-plugin-0.2.2-SNAPSHOT.jar

To Reproduce Launch locally tool_build.sh script

Expected behavior Lack of information :

When ok in this repository, please make same modifications into ecoCode-mobile repository

Software Versions

dedece35 commented 1 year ago

hi @oussamaLaribi, PR #43 has just been merged.

Please make the same modifications on ecoCode-mobile repository.

oussamaLaribi commented 1 year ago

hi @oussamaLaribi, PR #43 has just been merged.

Please make the same modifications on ecoCode-mobile repository.

Hi @dedece35, Okay I'll do it. Thanks.