Sonar Kotlin Versions Save

SonarQube plugin for Kotlin

1.3.2

4 years ago
  • Updated to detekt 1.5.1
  • Turn off autoCorrect value for subconfigs too - #110
  • [IndexOutOfBoundsException] Wrong offset xxx. Should be in range: [0, yyy] - #106

See all issues at: 1.3.2

1.3.1

4 years ago
  • Errors in syntax highlighting should print a warning and not crash sonar-kotlin.

1.3.0

4 years ago
  • Based on detekt 1.5.0

1.2.0

4 years ago
  • Based on detekt 1.3.0
  • Based on Kotlin 1.3.61

1.1.0

4 years ago
  • Based on detekt 1.1.1
  • Based on Kotlin 1.3.50
  • Rewrote syntax highlighting to make use of kotlinc internal offset to line/column translation

1.0.0

4 years ago
  • Based on sonar-api 6.7.7 and detekt 1.0.0
  • Gradle Plugin: removed report consolidation. It was flawed and some users were stuck with RC14. It will be replaced in a further version.
  • Gradle Plugin: autoCorrect property is now allowed on the detekt extension. No need to create a new task anymore.
  • Formatting: updated to KtLint 0.34.2 which removed the two rules NoItParamInMultilineLambda and SpacingAroundUnaryOperators.

0.6.0

4 years ago
  • Based on sonar-api 6.7.7 and detekt RC16, see rc15 and rc16 for breaking changes
  • Renamed default profile to "detekt active", containing 80 rules marked active in detekt
  • Introduced a second quality profile "detekt all", containing 164 rules
  • Integrated detekt-formatting, a wrapper over KtLint, provides 30+ additional rules
  • Tested on sonaqube 7.7, 7.8 and 7.9

0.5.3

4 years ago

Based on sonar 6.7.7, kotlin 1.3.21 and detekt RC14.

0.5.2

5 years ago
  • Upgrade to detekt 1.0.0-RC10

0.5.1

5 years ago
  • based on detekt RC9.2
  • jacoco fix by @kzaikin
  • jacoco update for 7.3 by @underyx