@@ -34,11 +34,12 @@ default SonarQube login details for the Administrator account are `admin:admin`.
3434
3535You can also use a standalone docker image which contains SonarQube server with
3636bundled sonar-scala plugin,
37- [ ` mwizner/sonarqube-scala-plugins:{{current.version}}-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins )
38- and
37+ [ ` mwizner/sonarqube-scala-plugins:{{current.version}}-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins ) (or
38+ ` mwizner/sonarqube-scala-plugins:latest-full ` ) and
3939[ ` mwizner/sonarqube-scala-plugins:{{lts.version}}-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins )
40- for the current LTS version. Alternatively, we also provide an image for the old
41- 6.7 LTS version -
40+ (or ` mwizner/sonarqube-scala-plugins:latest-lts-full ` ) for the current LTS
41+ version. Alternatively, we also provide an image for the old SonarQube 6.7 LTS
42+ version -
4243[ ` mwizner/sonarqube-scala-plugins:{{lts67.version}}-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins )
4344
4445To start the container issue the following command:
@@ -75,15 +76,15 @@ docker run -d \
7576- [ mwz/sonar-scala] ( https://github.com/mwz/sonar-scala ) - provides support for
7677 scalastyle, scoverage and scapegoat
7778
78- (versions before ` 2.7.0 ` used
79+ _ (versions before ` 2.7.0 ` used
7980[ arthepsy/sonar-scala-extra] ( https://github.com/arthepsy/sonar-scala-extra ) for
80- scapegoat support)
81+ scapegoat support)_
8182
8283## Compatibility Matrix
8384
8485<!-- prettier-ignore-start -->
85- | Version | SonarQube | sonar-scala | sonar-scala-extra |
86- | --------| -----------| -------------| ------------------ |
86+ | Version | SonarQube | sonar-scala |
87+ | --------| -----------| -------------|
8788[ {{current.version}}] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/{{current.version}} ) | {{current.sonar}} [ documentation] ( {{{current.sonarDocs}}} ) , [ changelog] ( {{{current.sonarChangelog}}} ) | [ {{current.sonarScala}}] ( https://github.com/mwz/sonar-scala/releases/tag/v{{current.sonarScala}} )
8889[ {{lts.version}}] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/{{lts.version}} ) | {{lts.sonar}} [ documentation] ( {{{lts.sonarDocs}}} ) , [ changelog] ( {{{lts.sonarChangelog}}} ) | [ {{lts.sonarScala}}] ( https://github.com/mwz/sonar-scala/releases/tag/v{{lts.sonarScala}} )
8990[ {{lts67.version}}] ( https://github.com/mwz/sonarqube-scala-docker/releases/tag/{{lts67.version}} ) | {{lts67.sonar}} [ documentation] ( {{{lts67.sonarDocs}}} ) , [ changelog] ( {{{lts67.sonarChangelog}}} ) | [ {{lts67.sonarScala}}] ( https://github.com/mwz/sonar-scala/releases/tag/v{{lts67.sonarScala}} )
@@ -118,9 +119,9 @@ scapegoat support)
118119</details >
119120<br >
120121
121- Please note, that starting from version ` 2.7.0 ` , the images no longer contain
122+ _ Please note, that starting from version ` 2.7.0 ` , the images no longer contain
122123the [ sonar-scala-extra] ( https://github.com/arthepsy/sonar-scala-extra ) plugin as
123- sonar-scala provides Scapegoat support from version ` 6.5.0 ` onwards.
124+ sonar-scala provides Scapegoat support from version ` 6.5.0 ` onwards._
124125
125126## Recommendations
126127
0 commit comments