This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Releases: sonar-scala/sonar-scala
Releases · sonar-scala/sonar-scala
v9.0.0
v8.9.0
v8.7.0
v8.6.0
v8.5.0
v8.4.0
- Added support for PR decoration with GitHub Enterprise. (@jinwoo-k - #434)
sonar-scala now accepts the following optional propertysonar.scala.pullrequest.github.apiurl
, which allows you to point it to your instance of GitHub Enterprise, e.g.https://github.mycompany.com/api/v3
. This property defaults to the public GitHub API -https://api.github.com
.
The plugin is available for download from Bintray.
v8.3.0
v8.2.0
- Added support for SonarQube 8.2. (@mwz - #410)
- Updated Scapegoat to v1.4.2, which brings two new inspections:
VariableShadowing
andRepeatedIfElseBody
. (@mwz - #408) - Added descriptions of Scapegoat rules into the Scapegoat rules repository. (@mwz - #408)
The plugin is available for download from Bintray.
v8.1.0
Updated Scalastyle to v1.4.0, which brings the following changes (@mwz - #387):
- Added regex param to
HeaderMatchesChecker
rule in the default config. - Added
CurliesImportChecker
rule, which allows only for single imports (no renaming and no hiding imports are allowed in order to minimize merge errors in import declarations). This rule is included in Scalastyle and Scalastyle+Scapegoat quality profiles. PackageNamesChecker
was updated to allow only lowercase letters in package names.- Made Scalastyle rule descriptions more consistent. (@mwz - #383)
The plugin is available for download from Bintray.
v8.0.0
- Added support for SonarQube 8.1. (#340 - @mwz)
- Added support for Scala 2.13 sources. The
sonar.scala.version
property defaults to2.13
if not set explicitly by the user. (#355 - @mwz) - Updated Scapegoat rules from 1.3.9 to 1.4.1. (#355 - @mwz)
- Rules
TraversableHead
andTraversableLast
were collapsed intoUnsafeTraversableMethods
. - Rules
UnnecessaryToInt
andUnnecessaryToString
were collapsed intoUnnecessaryConversion
.
- Rules
The plugin is available for download from Bintray.
Previous Next