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 {
|
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
|
||||||
|
|
Loading…
Reference in New Issue