Skip to content

Commit

Permalink
fixed detektAll
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Nov 10, 2023
1 parent be05ebe commit bd018b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

detekt {
config = rootProject.files("detekt-config.yml")
config.setFrom(rootProject.files("detekt-config.yml"))
basePath = rootDir.canonicalPath
buildUponDefaultConfig = true
}
Expand Down

0 comments on commit bd018b4

Please sign in to comment.