0.16.0
Added
parameter-list-wrapping
rule (#130).+
,-
,*
,/
,%
,&&
,||
wrapping check (now part ofchain-wrapping
rule).
Fixed
- Unused
componentN
import (where N > 5) false positive (#142). - max-line-length error suppression (#158).
Changed
modifier-order
rule to match official Kotlin Coding Conventions (#146)
(override
modifier should be placed beforesuspend
/tailrec
, not after)