Skip to content

2.0.0

Compare
Choose a tag to compare
@jeremymailen jeremymailen released this 22 Jul 06:22
· 114 commits to master since this release
d2656c8

Major new release

Compatibility

Two obsolete parameters removed from the kotlinter extension:

  • reporter: use a single value array of reporters instead
  • allowWildcardImports: disable the rule by id instead, example disabledRules = ["no-wildcard-imports"]

Features

  • upgrade to ktlint 0.34.0 including all changes therein
  • support for .editorconfig
  • support for disabledRules configuration in the kotlinter extension

Known Issues

  • imports may be falsely reported as unused, see pinterest/ktlint#526
    workaround: disabledRules = ["no-unused-imports"]