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
ktlint: 0.47.1
kotlinter: 3.11.1
standard rules except disabled_rules import-ordering and filename in both build.gradle and .editorconfig (have the same issue as #262)
3.11.1 uses ktlint version 0.46.0. The upgrade to 0.47.1 was merged yesterday, but hasn't been released yet.
If you want to try 0.47.1 with kotlinter 3.11.1 you may want to visit Custom ktlint version section in Readme 👀 It'll call ktlint using deprecated apis, but it should produce the same results as your CLI
ktlint: 0.47.1
kotlinter: 3.11.1
standard rules except disabled_rules
import-ordering
andfilename
in both build.gradle and .editorconfig (have the same issue as #262)It's in the standard rules but kotlinter doesn't seem to be failing on it: https://github.com/pinterest/ktlint/blob/0.47.1/ktlint-ruleset-standard/src/main/kotlin/com/pinterest/ktlint/ruleset/standard/MultiLineIfElseRule.kt
The text was updated successfully, but these errors were encountered: