Skip to content

Commit 24275ca

Browse files
author
Stian S. Douzette
committed
fjerner ktlint
1 parent f423464 commit 24275ca

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ plugins {
4747
kotlin("jvm") version "1.9.20"
4848
id("com.github.johnrengelman.shadow") version "7.0.0"
4949
id("com.expediagroup.graphql") version "4.0.0" apply false
50-
id("org.jlleitschuh.gradle.ktlint") version "9.3.0"
51-
id("org.jlleitschuh.gradle.ktlint-idea") version "9.3.0"
5250
id("com.github.ben-manes.versions") version "0.29.0"
5351
id("org.hidetake.swagger.generator") version "2.18.2" apply true
5452
id("org.jetbrains.kotlin.plugin.serialization") version "1.7.10"
@@ -202,7 +200,6 @@ swaggerSources {
202200
tasks {
203201
withType<KotlinCompile> {
204202
kotlinOptions.jvmTarget = "20"
205-
dependsOn("ktlintFormat")
206203
}
207204

208205
withType<Test> {
@@ -238,11 +235,3 @@ tasks {
238235
}
239236

240237
}
241-
242-
ktlint {
243-
disabledRules.set(setOf("no-wildcard-imports"))
244-
filter {
245-
exclude("**/generated/**")
246-
include("**/kotlin/**")
247-
}
248-
}

0 commit comments

Comments
 (0)