Skip to content

Commit

Permalink
Detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Oct 24, 2023
1 parent 7e15c09 commit 4da1061
Show file tree
Hide file tree
Showing 35 changed files with 151 additions and 73 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ plugins {
alias(libs.plugins.firebase.appdistribution)
alias(libs.plugins.firebase.crashlytics)
alias(libs.plugins.palantir.git)
alias(libs.plugins.detekt)
id("movies-android-hilt")
}

Expand Down
1 change: 1 addition & 0 deletions benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id("com.android.test")
id("org.jetbrains.kotlin.android")
id("kotlin-android")
alias(libs.plugins.detekt)
}

android {
Expand Down
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ plugins {
alias(libs.plugins.spotless)
alias(libs.plugins.detekt)
alias(libs.plugins.palantir.git)
}

detekt {
config.setFrom("$projectDir/config/detekt/detekt.yml")
}
Loading

0 comments on commit 4da1061

Please sign in to comment.