Skip to content

Commit

Permalink
fix(build): remove detekt until configured
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldju committed Jan 15, 2021
1 parent baa471e commit ec456dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

apply plugin: "kotlin"
apply plugin: "kotlin-spring"
apply plugin: "io.gitlab.arturbosch.detekt"

compileKotlin {
kotlinOptions {
Expand All @@ -42,18 +41,3 @@ configurations.all {
}
}
}

detekt {
parallel = false
config = files("$rootDir/.detekt.yml")
buildUponDefaultConfig = true
ignoreFailures = true
reports {
xml {
enabled = false
}
txt {
enabled = false
}
}
}

0 comments on commit ec456dc

Please sign in to comment.