Releases: pinterest/ktlint
Releases · pinterest/ktlint
0.8.2
Fixed
- "Unused import" false positive (
getValue
) (#54).
0.8.0
Added
Fixed
- ktlint-ruleset-standard ("no-unit-return" & "modifier-order" where not included).
0.7.1
Fixed
- Triggering of "Unused import" when element is referenced in KDoc(s) only (#46).
0.7.0
Added
- "no-unit-return" rule.
- "modifier-order" rule (#42).
else/catch/finally
on the same line as }
check (now part of "keyword-spacing" rule).
- "ktlint-intellij-idea-integration" binary for easy Intellij IDEA config injection.
0.6.2
Fixed
- Unused "iterator" extension function import false positive (#40).
0.6.1
Fixed
- Detection of unnecessary "same package" imports (no-unused-imports).
- FileNotFoundException while scanning FS (#36).
0.6.0
Changed
kotlin-compiler
version to 1.1.0 (from 1.1-M04).
0.5.1
Fixed
- Unnecessary spacing around angle brackets in case of
super<T>
(#34).
0.5.0
Fixed
- Redundant space inserted between
}
and !!
(curly-spacing).
Changed
indent
rule to allow "Method declaration parameters -> Align when multiline" (as this option is (unfortunately) "on" by default in Intellij IDEA) (#26).