cortinico / ktfmt-gradle

A Gradle plugin to apply ktfmt to your builds, and reformat you Kotlin source code like a glimpse ๐Ÿงน๐Ÿ˜
MIT License
149 stars 20 forks source link

[Chore] Resolve deprecations on detekt configuration #320

Closed simonhauck closed 1 month ago

simonhauck commented 1 month ago

๐Ÿ› Describe the bug

Build logs describe deprecations in detekt.

Property 'style>OptionalWhenBraces' is deprecated. Same functionality is implemented in BracesOnWhenStatements.
> Task :plugin-build:plugin:detekt
Property 'style>OptionalWhenBraces' is deprecated. Same functionality is implemented in BracesOnWhenStatements.

โš ๏ธ Current behavior

Build reports deprecations

โœ… Expected behavior

The properties are replaced with the new property names

๐Ÿ’ฃ Steps to reproduce

๐Ÿ“ท Screenshots

๐Ÿ“ฑ Tech info