ecoCode-android
ecoCode-android copied to clipboard
Reduce the environmental footprint of your Java-based Android apps with SonarQube
Hello, I'm Alex, Product Manager at Sonar. SonarQube 10.4 will come with a feature to only download Sonar analyzers and 3rd-party plugins when they are really required by the Scanner....
**File System Scanner** Some smells detection are based on the File System, not on code scanning. **Proposed Solution** Create a new sensor dedicated to that concern, `FileSystemSensor`, registered at the...
Rule EC5003 (Disable obfuscation) does not exist anymore in the Sonar-independant description of Android rules is on https://github.com/cnumr/best-practices-mobile. We must depreciate the rule.
Rule EC5002 (SDK range) does not exist anymore in the Sonar-independant description of Android rules is on https://github.com/cnumr/best-practices-mobile. We must depreciate the rule.
**Describe the bug** SonarQube 10.3 server crashes at startup when both ecoCode-android and Groovy plugins are onboard. **To Reproduce** Steps to reproduce the behavior: 1. Start SonarQube server with ecoCode-android...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Installed ecocode Android 1.1.0 on SonarQube 9.9LTS and made...
The repository https://github.com/green-code-initiative/ecoCode contains the rule specifications for all the plugins. It contains the definition of the android rules too. We must migrate our documentation system on the Android plugin...
Ekko our polar bear is a fun "plus" in our rules description that helps us to be identified. However the face of Ekko must match the severity of the rule...
As said in this post by Ann, the rules EC505 and 506 are almost the same (their description is exactly the same). There is no real reason to have 2...
**Describe the bug** During "build" workflow (on push on "main" branch), some exceptions and errors occurs during last Sonar phase (which launch test pahse) Check if there are wanted or...