Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Detekt 1.23.1 (#436)
Browse files Browse the repository at this point in the history
* Update plugin detekt to v1.23.1

* Regenerate config

* Disable ForEachOnRange

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <[email protected]>
  • Loading branch information
renovate[bot] and Goooler authored Jul 30, 2023
1 parent edce0f7 commit cbb4d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ performance:
active: false
threshold: 3
ForEachOnRange:
active: true
active: false
excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
SpreadOperator:
active: true
Expand Down Expand Up @@ -664,8 +664,6 @@ style:
active: true
OptionalUnit:
active: false
OptionalWhenBraces:
active: false
PreferToOverPairSyntax:
active: false
ProtectedMemberInFinalClass:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
ksp = "com.google.devtools.ksp:1.9.0-1.0.12"
napt = "com.sergei-lapin.napt:1.19"
kotlinter = "org.jmailen.kotlinter:3.15.0"
detekt = "io.gitlab.arturbosch.detekt:1.23.0"
detekt = "io.gitlab.arturbosch.detekt:1.23.1"
cacheFix = "org.gradle.android.cache-fix:2.7.2"

[libraries]
Expand Down

0 comments on commit cbb4d12

Please sign in to comment.