green-code-initiative / ecoCode

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

Add first iteration of rule exportation tool #303

Open utarwyn opened 3 months ago

utarwyn commented 3 months ago

This PR adds a new module into the repository to export rules specifications.

https://ecocode.io can then read these files to list and display the details of rules, which will be updated in real time with the most up-to-date status of the repository.

[!WARNING] This tool is still the subject of intensive work, and the present PR contains only the first part of it.

Closes #301