ecoCode
ecoCode copied to clipboard
Reduce the environmental footprint of your software applications with this cutting-edge sonarQube plugin
Check if follows are possible programmatically within ecocode plugin : - add "eco-conception" tag to existing built-in rules. Why ? because some existing rules could be part of eco-conception subject....
Hi, I'm look since few weeks the project and i have identified a recent renaming that i'm not agreed. I'm hoping my remark will be accepted/appreciated :) You are using...
**Use single quote (') instead of quotation mark (")** is a common rule used in javascript / typescript After some researches, it turns out that it is indeed not valid...
Hi We observe a stack during analysis Sonar 9.4 Maven 3.8.6 sonar-maven-plugin 3.8.0.2131 Java 18 [ERROR] Unable to run check class fr.cnumr.java.checks.UnnecessarilyAssignValuesToVariables - S63 on file 'fr/cnumr/java/sample/pdf/commons/Item.java', To help improve...
The rule "The variable value is not assigned" (JAVA) can report false positives. For example : ``` private void test() { Object value = getValue (); if (value instanceof String...
Hi, Having next week bad experience with a plugin, i'm verifying viability for the next sonarqube LTS v9 of this plugin. **What is the error?** Can't integrate the php-plugin with...