Skip to content

Commit

Permalink
fjerner ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Stian S. Douzette committed Jun 25, 2024
1 parent f423464 commit 24275ca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ plugins {
kotlin("jvm") version "1.9.20"
id("com.github.johnrengelman.shadow") version "7.0.0"
id("com.expediagroup.graphql") version "4.0.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "9.3.0"
id("org.jlleitschuh.gradle.ktlint-idea") version "9.3.0"
id("com.github.ben-manes.versions") version "0.29.0"
id("org.hidetake.swagger.generator") version "2.18.2" apply true
id("org.jetbrains.kotlin.plugin.serialization") version "1.7.10"
Expand Down Expand Up @@ -202,7 +200,6 @@ swaggerSources {
tasks {
withType<KotlinCompile> {
kotlinOptions.jvmTarget = "20"
dependsOn("ktlintFormat")
}

withType<Test> {
Expand Down Expand Up @@ -238,11 +235,3 @@ tasks {
}

}

ktlint {
disabledRules.set(setOf("no-wildcard-imports"))
filter {
exclude("**/generated/**")
include("**/kotlin/**")
}
}

0 comments on commit 24275ca

Please sign in to comment.