You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Override Ktlint rules with ktlint("0.48.1").editorConfigOverride(mapOf("ktlint_filename" to "disabled")), but the ktlint_filename is invalid, it should be ktlint_standard_filename in Ktlint 0.48.1.
Make a style conflict in any kt file.
Run ./gradlew spotlessCheck but without exception thrown.
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: