Skip to content

v1.23.2

Compare
Choose a tag to compare
@cortinico cortinico released this 31 Oct 11:52
· 780 commits to main since this release
f539a60

1.23.2 - 2023-10-29

NOTE: Please use version 1.23.3 instead - Version 1.23.2 was accidentally built against Kotlin 1.9.0 instead of 1.9.10
https://github.com/detekt/detekt/releases/tag/v1.23.3

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.10 and fixed several bugs that
got reported by the community.

Changelog
  • Consider deprecated rules as inactive when running allRules #6381
  • Fix inputstream leaking file descriptor in Gradle - #6519
  • ForbiddenMethodCall - Handle sequence of overridden methods - #6478
  • Function to return supported Kotlin version - #6472
  • Fix false negative IgnoredReturnValue with scope functions - #6446
  • UnconditionalJumpStatementInLoop: don't report a conditional break in a single body expression - #6443
  • Fix reporting unused imports at file level - #6390
  • OutdatedDocumentation - Detect param which private property documented as property - #6372
  • NullableToStringCall: fix false negative in lambda - #6352
  • Correctly set scheme for URIs in the SARIF report output - #6331
  • SleepInsteadOfDelay - Find the parent for suspend check - #6191
Dependency Updates
  • Update kotlin monorepo to v1.9.10 - #6423
  • Update dependency gradle to v8.4 - #6522
  • Update dependency gradle to v8.3 - #6406
  • Update com.android.tools.build to 8.1.1 - #6419
  • update dependency org.jetbrains.dokka to v1.9.10 - #6549
Contributors

We would like to thank the following contributors that made this release possible: @3flex, @arturbosch, @atulgpt, @kkocel, @marschwar, @pablobaxter, @t-kameyama