@@ -34,11 +34,12 @@ default SonarQube login details for the Administrator account are `admin:admin`.
34
34
35
35
You can also use a standalone docker image which contains SonarQube server with
36
36
bundled 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
39
39
[ ` 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 -
42
43
[ ` mwizner/sonarqube-scala-plugins:{{lts67.version}}-full ` ] ( https://hub.docker.com/r/mwizner/sonarqube-scala-plugins )
43
44
44
45
To start the container issue the following command:
@@ -75,15 +76,15 @@ docker run -d \
75
76
- [ mwz/sonar-scala] ( https://github.com/mwz/sonar-scala ) - provides support for
76
77
scalastyle, scoverage and scapegoat
77
78
78
- (versions before ` 2.7.0 ` used
79
+ _ (versions before ` 2.7.0 ` used
79
80
[ arthepsy/sonar-scala-extra] ( https://github.com/arthepsy/sonar-scala-extra ) for
80
- scapegoat support)
81
+ scapegoat support)_
81
82
82
83
## Compatibility Matrix
83
84
84
85
<!-- prettier-ignore-start -->
85
- | Version | SonarQube | sonar-scala | sonar-scala-extra |
86
- | --------| -----------| -------------| ------------------ |
86
+ | Version | SonarQube | sonar-scala |
87
+ | --------| -----------| -------------|
87
88
[ {{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}} )
88
89
[ {{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}} )
89
90
[ {{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)
118
119
</details >
119
120
<br >
120
121
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
122
123
the [ 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._
124
125
125
126
## Recommendations
126
127
0 commit comments