Releases: pinterest/ktlint
Releases · pinterest/ktlint
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).
0.4.0
Fixed
- NPE in case of "Permission denied" (while scanning the file system).
Changed
kotlin-compiler
version to 1.1-M04 (from 1.0.6).
0.3.1
Fixed
- Unused infix function call import false positive (#25).
0.3.0
Added
Changed
kotlin-compiler
version to 1.0.6 (from 1.0.3).
0.2.2
Fixed
no-wildcard-imports
rule (kotlinx.android.synthetic excluded from check) (#16).
0.2.1
Fixed
curly-spacing
false negative in case of }?.
.
0.2.0
Added
- Support for 3rd party "ruleset"s.
Changed
ktlint -F
output (it now includes lint errors that cannot be fixed automatically).
Fixed
ktlint -F --debug
error count.
- Glob implementation (previously it was prone to catastrophic backtracking).
- Redundant semicolon false positive in case of enum (#12).
- Unused operator import false positive (#13).