Skip to content

Latest commit

 

History

History
98 lines (60 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

98 lines (60 loc) · 2.37 KB

Detekt - Changelog

1.3.1

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

1.3.0

  • Based on detekt 1.5.0

1.2.0

  • Based on detekt 1.3.0
  • Based on Kotlin 1.3.61

1.1.0

  • 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

  • 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

  • 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

  • Based on sonar 6.7.7, kotlin 1.3.21 and detekt RC14

0.5.2

  • Upgrade to detekt 1.0.0-RC10

0.5.1

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

0.5.0

  • based on detekt 1.0.0.RC7-3 (by @grevolution)
  • parsing Surefire/JUinit reports (by @vexdev)

0.4.2

0.4.1

  • Based on detekt rc6-3

0.4.0

  • Based on detekt rc6-2
  • Migration to maven (by @johnou)

0.3.0

  • Based on detekt RC5-6
  • Support for detekt's baseline feature
  • Better support for detekt's configuration files
  • Resolved Call ofType() first defect for jacoco on sonar 5.6 LTS

0.2.4

  • Based on detekt RC4-3
  • Using lines of code and complexity metrics from detekt (by @schalkms)
  • JaCoCo support (by @vexdev)

0.2.3

  • Fixed issue with invalid locations - #20

0.2.2

  • Fixed RuleKey mandatory issue
  • Based on detekt RC3

0.2.1

  • Based on detekt RC2 (~20 new rules, not in detekt way default profile)
  • Metric values and thresholds are printed next to the description (contributed by rror)

0.2.0

  • First public release based on detekt M13