chore: detektの設定を更新

This commit is contained in:
2024-08-13 21:09:31 +09:00
parent b2d59f619b
commit f6fec05667
+1 -1
View File
@@ -138,7 +138,7 @@ dependencies {
detekt {
parallel = true
config = files("../detekt.yml")
config.setFrom(files("../detekt.yml"))
buildUponDefaultConfig = true
basePath = "${rootDir.absolutePath}/src/main/kotlin"
autoCorrect = true