fuck detekt
This commit is contained in:
parent
fb97202ced
commit
f7f3117e39
3 changed files with 0 additions and 689 deletions
|
@ -6,7 +6,6 @@ plugins {
|
|||
kotlin("plugin.serialization")
|
||||
|
||||
id("com.github.johnrengelman.shadow")
|
||||
id("io.gitlab.arturbosch.detekt")
|
||||
|
||||
id("dev.kordex.gradle.docker")
|
||||
id("dev.kordex.gradle.kordex")
|
||||
|
@ -40,12 +39,6 @@ kordEx {
|
|||
}
|
||||
}
|
||||
|
||||
detekt {
|
||||
buildUponDefaultConfig = true
|
||||
|
||||
config.from(rootProject.files("detekt.yml"))
|
||||
}
|
||||
|
||||
// Automatically generate a Dockerfile. Set `generateOnBuild` to `false` if you'd prefer to manually run the
|
||||
// `createDockerfile` task instead of having it run whenever you build.
|
||||
docker {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue