Skip to content

Commit 67cd66d

Browse files
committed
update ktlint plugin config
1 parent c413142 commit 67cd66d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

bot/src/main/kotlin/dev/zt64/minkinator/extension/RestrictedExtension.kt

+8-8
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ object RestrictedExtension : Extension() {
310310
x = "x"
311311
y = "y"
312312
} + labs(
313-
title = "Insanity over time",
314-
x = "Week",
315-
y = "Insanity"
316-
)
313+
title = "Insanity over time",
314+
x = "Week",
315+
y = "Insanity"
316+
)
317317

318318
val rawSpec = plot.toSpec()
319319
val processedSpec = MonolithicCommon.processRawSpecs(rawSpec, frontendOnly = false)
@@ -366,10 +366,10 @@ object RestrictedExtension : Extension() {
366366
}
367367
},
368368
evaluationConfiguration =
369-
ScriptEvaluationConfiguration {
370-
implicitReceivers(this@command)
371-
providedProperties("kord" to kord)
372-
}
369+
ScriptEvaluationConfiguration {
370+
implicitReceivers(this@command)
371+
providedProperties("kord" to kord)
372+
}
373373
)
374374
}
375375

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ allprojects {
1616

1717
configure<KtlintExtension> {
1818
version = rootProject.libs.versions.ktlint
19+
ignoreFailures = true
1920
}
2021
}
2122

0 commit comments

Comments
 (0)