ktlint v0.16.0 Release Notes

Release Date: 2018-02-27 // about 6 years ago
  • ➕ Added

    • 👕 parameter-list-wrapping rule (#130).
    • +, -, *, /, %, &&, || wrapping check (now part of chain-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 before suspend/tailrec, not after)