sonar-scala
sonar-scala copied to clipboard
A free and open-source SonarQube plugin for static code analysis of Scala projects.
Probably don't add too much value _(therefore not so priority)_. But is somewhat sad not having it. By looking at [this](http://javadocs.sonarsource.org/6.7.4/apidocs/org/sonar/api/batch/sensor/highlighting/NewHighlighting.html). It seems that is not so difficult to add...
It duplicates the functionality of Scalastyle inspections, which are more configurable.
Hi, Would you mind providing an example of how to use the `sonar-scanner` to publish the reports for the scanning of the `multi-module` examples to Sonarqube? Is this at all...
Hi, I would like to get Gradle and Scoverage to produce code quality and coverage checks and feed them into Sonarqube. I've outlined what I'm doing [here](https://stackoverflow.com/questions/54848573/how-to-get-gradle-scoverage-and-sonarqube-to-work-properly). In the reports,...
https://docs.sonarqube.org/display/SONAR/Metric+Definitions#MetricDefinitions-Duplications
I have some code like: ```scala class unused extends scala.annotation.StaticAnnotation // scalastyle:ignore class.name ``` When running scalastyle locally, it rightly ignores the broken rule on the object name. In Sonar...
Add technical debt metrics, see the Maintainability section [here](https://docs.sonarqube.org/latest/user-guide/metric-definitions). I've always thought that those metrics were calculated by the platform, but we might need to save those ourselves (unless I'm...
Hi, I would like to know how this project differs from the offering that Sonarsource have bundled in their commercial product. Are they the same thing? If not, could you...
Our projects are mostly Scala-based, but we also have some Java here and there mostly from the time when the teams hadn't yet migrated to Scala entirely, so we have...
The plugin should work if an analysis is executed from a Windows machine. For now the only blocker for this is the Scoverage module, more precisely the filename matching process....