This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
v2.2.0
Improve compatibility with SonarScala plugin (#117).
This release adds a new setting key (sonarExpectSonarQubeCommunityPlugin
), which allows toggling compatibility between sonar-scala and SonarScala plugins. This change is backwards compatible and the sonarExpectSonarQubeCommunityPlugin
setting is set to true
by default. If you're targeting the SonarScala plugin, toggling this setting to false
changes the default Scoverage and Scapegoat property names, i.e.:
sonar.scala.scoverage.reportPath
changes tosonar.scala.coverage.reportPaths
- and
sonar.scala.scapegoat.reportPath
changes tosonar.scala.scapegoat.reportPaths