sonar-gitlab-plugin icon indicating copy to clipboard operation
sonar-gitlab-plugin copied to clipboard

HTML not visible in Sonarqube messages posted to Gitlab

Open p3k opened this issue 5 years ago • 0 comments

  • Gitlab Community Edition 12.9.4
  • Sonar Gitlab plugin 4.1.0-SNAPSHOT
  • SonarQube 7.9.2 (build 30863)

We got the following message posted from the CI runner to our Gitlab instance:

:arrow_down_small: Surround this <li> item tag by a <ul> or <ol> container one. [:blue_book:](https://sonar.semanticlab.net/coding_rules#rule_key=Web%3AItemTagNotWithinContainerTagCheck) @tobi

– which is rendered like this:

image

The HTML tags are not displayed, obviously, and should be wrapped in backticks:

:arrow_down_small: Surround this `<li>` item tag by a `<ul>` or `<ol>` container one. [:blue_book:](https://sonar.semanticlab.net/coding_rules#rule_key=Web%3AItemTagNotWithinContainerTagCheck) @tobi

(Also posted to community.sonarsource.com.)

p3k avatar May 11 '20 07:05 p3k