Implement "Zeitplan" feature in tournament details: add TurnierZeitplanTab.kt, update navigation, and integrate visual scheduling with drag-and-drop support. Relocate Detekt configuration.
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@ subprojects {
|
||||
buildUponDefaultConfig = true
|
||||
allRules = false
|
||||
autoCorrect = false
|
||||
config.setFrom(files(rootProject.file("config/detekt/detekt.yml")))
|
||||
config.setFrom(files(rootProject.file("config/quality/detekt/detekt.yml")))
|
||||
basePath = rootDir.absolutePath
|
||||
}
|
||||
tasks.withType<Detekt>().configureEach {
|
||||
|
||||
Reference in New Issue
Block a user