ktlint v0.2.0 Release Notes

Release Date: 2016-09-05 // over 7 years ago
  • โž• 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).