Skip to content

Commit a6c662a

Browse files
committed
Change detekt's config file name to detekt.yml
1 parent f047859 commit a6c662a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ subprojects {
3232
detekt {
3333
toolVersion = pluginVersions.detekt
3434
input = files("${rootDir}")
35-
config = files("${rootDir}/detektconfig.yml")
35+
config = files("${rootDir}/detekt.yml")
3636
filters = ".*/resources/.*,.*/build/.*"
3737
reports {
3838
xml.enabled = false
File renamed without changes.

0 commit comments

Comments
 (0)