Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML not visible in Sonarqube messages posted to Gitlab #281

Open
p3k opened this issue May 11, 2020 · 0 comments
Open

HTML not visible in Sonarqube messages posted to Gitlab #281

p3k opened this issue May 11, 2020 · 0 comments

Comments

@p3k
Copy link

p3k commented May 11, 2020

  • 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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant