chore: detektの設定を更新

This commit is contained in:
usbharu 2024-08-13 21:09:31 +09:00
parent b2d59f619b
commit f6fec05667
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ dependencies {
detekt { detekt {
parallel = true parallel = true
config = files("../detekt.yml") config.setFrom(files("../detekt.yml"))
buildUponDefaultConfig = true buildUponDefaultConfig = true
basePath = "${rootDir.absolutePath}/src/main/kotlin" basePath = "${rootDir.absolutePath}/src/main/kotlin"
autoCorrect = true autoCorrect = true