github jeremymailen/kotlinter-gradle 2.0.0

latest releases: 4.3.0, 4.2.0, 4.1.1...
4 years ago

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"]

Don't miss a new kotlinter-gradle release

NewReleases is sending notifications on new releases.