Importing rules from ecocode plugin to sonarlint using connected mode

i added ecocode plugin to my sonar server. i used connected mode to fetch those rules for sonar lint scan in my IDE. when i run analyze for particular file and see the resultant rule description .

i am getting in html format instead of text.

it is suppose to be

StringBuilder sb = new StringBuilder(); // Noncompliant for (int i = 0; i < 100; i++) { sb.append(…); }

i tried updating the sonar lint, deleted cache, deleted the connection and created new connection. i am still getting rules descriptions in html format . could you please help on this

Hey there.

I expect you should raise an issue with the plugin maintainer, GitHub - green-code-initiative/creedengo-java: Reduce the environmental footprint of your Java software programs


this is what i am getting