Skip to content

Commit

Permalink
start adding detekt to plugins {} blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jul 27, 2024
1 parent 19376cc commit 5e793aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ detekt {
allRules = false
autoCorrect = true
config = files("${rootDir}/detekt.yml")
}
}
1 change: 1 addition & 0 deletions maestro-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
id "com.google.protobuf"
alias(libs.plugins.detekt)
}

protobuf {
Expand Down
2 changes: 2 additions & 0 deletions maestro-cli/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import java.util.Properties

@Suppress("DSL_SCOPE_VIOLATION")
plugins {
kotlin("jvm")
application
id("org.jreleaser") version "1.0.0"
id("com.github.johnrengelman.shadow") version "7.1.2"
alias(libs.plugins.detekt)
}

group = "dev.mobile"
Expand Down

0 comments on commit 5e793aa

Please sign in to comment.