fuck detekt

This commit is contained in:
Jannik Reimers 2024-10-28 13:18:55 +01:00
parent fb97202ced
commit f7f3117e39
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0
3 changed files with 0 additions and 689 deletions

View file

@ -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 {