Remove exclusion, ktlint is now able to handle Kotlin context parameter.

This commit is contained in:
Benoit Marty 2025-10-30 14:31:00 +01:00 committed by Benoit Marty
parent fb9b373d98
commit 214a855616
2 changed files with 0 additions and 12 deletions

View file

@ -19,13 +19,3 @@ dependencies {
implementation(libs.test.core)
implementation(libs.test.turbine)
}
ktlint {
filter {
exclude { element ->
val path = element.file.path
// Exclude this file, that ktlint cannot parse.
path.contains("libraries/troubleshoot/test/src/main/kotlin/io/element/android/libraries/troubleshoot/test/Utils.kt")
}
}
}