Commit 67cd66d 1 parent c413142 commit 67cd66d Copy full SHA for 67cd66d
File tree 2 files changed +9
-8
lines changed
bot/src/main/kotlin/dev/zt64/minkinator/extension
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -310,10 +310,10 @@ object RestrictedExtension : Extension() {
310
310
x = " x"
311
311
y = " y"
312
312
} + 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
+ )
317
317
318
318
val rawSpec = plot.toSpec()
319
319
val processedSpec = MonolithicCommon .processRawSpecs(rawSpec, frontendOnly = false )
@@ -366,10 +366,10 @@ object RestrictedExtension : Extension() {
366
366
}
367
367
},
368
368
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
+ }
373
373
)
374
374
}
375
375
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ allprojects {
16
16
17
17
configure<KtlintExtension > {
18
18
version = rootProject.libs.versions.ktlint
19
+ ignoreFailures = true
19
20
}
20
21
}
21
22
You can’t perform that action at this time.
0 commit comments