Ktlint rules will be invalid if I override an invalid rule of EditorConfig
in Spotless 6.13.0
#1495
Labels
EditorConfig
in Spotless 6.13.0
#1495
ktlint("0.48.1").editorConfigOverride(mapOf("ktlint_filename" to "disabled"))
, but thektlint_filename
is invalid, it should bektlint_standard_filename
in Ktlint 0.48.1../gradlew spotlessCheck
but without exception thrown.My Spotless config:
My env: Gradle 7.6 & Spotless 6.13.0 & Ktlint 0.48.1 & MacOS 13.1, you can repro this issue on Goooler/tivi#6.
The text was updated successfully, but these errors were encountered: