ktlint v0.34.2 Release Notes

Release Date: 2019-07-23 // almost 5 years ago
  • ๐Ÿ›  Minor bugfix release for 0.34.0. (Note: 0.34.1 deprecated/deleted due to regression in disabled_flags .editorconfig support.)

    โž• Added

    • ๐Ÿ‘Œ Support for globally disabling rules via --disabled_rules command line flag. (#534)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘• Regression with --stdin flag for printAST command (#528)
    • ๐Ÿ‘• Regressions with NoUnusedImports rule (#531, #526)
      • Note: this re-introduces #405
    • ๐Ÿ‘• Indentation for enums with multi-line initializers (#518)