Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Upgrade detekt and copy configuration from Fenix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored and mergify[bot] committed Aug 16, 2021
1 parent b0d5649 commit 6792b69
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 437 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ plugins {
// limitations of the gradle plugin. We've decided to stick with duplication for now since the
// other methods involve using undocumented APIs
// https://docs.gradle.org/current/userguide/plugins.html#plugins_dsl_limitations
id("io.gitlab.arturbosch.detekt").version("1.16.0")
id("io.gitlab.arturbosch.detekt").version("1.18.0")
}

detekt {
// The version number is duplicated, please refer to plugins block for more details
version = "1.16.0"
version = "1.18.0"
buildUponDefaultConfig = true
input = files("$projectDir/app")
config = files("$projectDir/quality/detekt.yml")
Expand Down
Loading

0 comments on commit 6792b69

Please sign in to comment.