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