Skip to content

Commit 0bc0c0b

Browse files
committed
bumping ktlint engine version to 1.4.1, disabled new when-entry-bracing rule as it was a bit too aggressive
1 parent 766cad1 commit 0bc0c0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ktlint_function_signature_rule_force_multiline_when_parameter_count_greater_or_e
3232
ktlint_standard_chain-method-continuation = disabled
3333
ktlint_ignore_back_ticked_identifier = true
3434
ktlint_standard_multiline-expression-wrapping = disabled
35+
ktlint_standard_when-entry-bracing = disabled
3536

3637
[{*/build/**/*,**/*keywords*/**,**/*.Generated.kt,**/*$Extensions.kt}]
3738
ktlint = disabled

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ allprojects {
156156
afterEvaluate {
157157
try {
158158
configure<KtlintExtension> {
159-
version = "1.3.0"
159+
version = "1.4.1"
160160
// rules are set up through .editorconfig
161161
}
162162
} catch (_: UnknownDomainObjectException) {

0 commit comments

Comments
 (0)