mirror of https://github.com/usbharu/Hideout.git
chore: detektの設定を更新
This commit is contained in:
parent
b2d59f619b
commit
f6fec05667
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue