Ludovic Vercruysse
Ludovic Vercruysse

Reputation: 39

Scala plugin in Sonar

I have seen that a plugin dedicated to Scala is under development (http://docs.sonarqube.org/display/SONARQUBE45/Scala+Plugin).

Would someone be able to tell me when the development of this plugin will be completed and when it could be available through the SonarQube Update Center ?

I also found an other plugin (https://github.com/RadoBuransky/sonar-scoverage-plugin). Do you plan to propose it in the SonarQube Update Center ?

Thanks

Upvotes: 3

Views: 8494

Answers (2)

agabrys
agabrys

Reputation: 9116

There is an official SonarSource Scala plugin. The documentation is here: https://docs.sonarqube.org/latest/analysis/languages/scala/


EDIT 03 Aug 2018

You could use mwz/sonar-scala plugin. I see it is up-to-date.


The page http://docs.sonarqube.org/display/SONARQUBE45/Scala+Plugin is very old and outdated.

There is no any official Scala plugin and probably will not be implemented in the near future.

From mailing list:

Where is the official Sonar Scala plugin? (07/Jul/2015)

Freddy Mallet: there isn't any official SonarQube Scala plugin

Source Code of Scala Plugin? (28/Aug/2015)

Dinesh Bolkensteyn: it has been removed due to the lack of activity. [...] you can find the latest master here: https://github.com/hgomez-sonarsource/sonar-scala

Upvotes: 9

Vlad
Vlad

Reputation: 9481

Looks like somebody else stepped up to fill the void. Check out this plugin.

Upvotes: 0

Related Questions