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