Skip to content

Commit

Permalink
Update ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 28, 2023
1 parent 4c6f815 commit 4fbd315
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[*.{kt,kts}]
ij_kotlin_allow_trailing_comma = false
ij_kotlin_allow_trailing_comma_on_call_site = false
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jmh = "1.36"
junit4 = "4.13.2"
junit4Osgi = "4.13.2_1"
junit4Min = "4.12"
ktlint = "0.43.0"
ktlint = "0.48.2"
log4j = "2.19.0"
opentest4j = "1.2.0"
openTestReporting = "0.1.0-M1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ class KotlinAssertionsTests {
vararg exceptionTypes: KClass<out Throwable>
) =
AssertAllAssertionsTests.assertExpectedExceptionTypes(
multipleFailuresError, *exceptionTypes.map { it.java }.toTypedArray()
multipleFailuresError,
*exceptionTypes.map { it.java }.toTypedArray()
)
}
}

0 comments on commit 4fbd315

Please sign in to comment.