You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is a lot of implemented rules for each language in ecocode plugin.
Maybe some rules already exist natively in SonarQube.
And second point, check the veracity of each rule :
ex1 with "change i++ to ++i" : warning with this modification because sometimes this change de behaviour. The best would be that we change only if there is no risk on code behaviour
check if native SonarQube rule (ex : "Pattern.compile in static scope instead of method scope") can be tagged (with our common tool in ecoCode-common repository) with eco-design tag
Describe alternatives you've considered
For ambiguous rules (implemented VS SonarQube native), list them and discuss about it during a core team point.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is a lot of implemented rules for each language in
ecocode
plugin.Maybe some rules already exist natively in SonarQube.
And second point, check the veracity of each rule :
Describe the solution you'd like
It would be good to make a verification audit to check if :
ecoCode-common
repository) witheco-design
tagDescribe alternatives you've considered
For ambiguous rules (implemented VS SonarQube native), list them and discuss about it during a core team point.
The text was updated successfully, but these errors were encountered: