Major new release
Compatibility
Two obsolete parameters removed from the kotlinter
extension:
: use a single value array ofreporter
reporters
instead: disable the rule by id instead, exampleallowWildcardImports
disabledRules = ["no-wildcard-imports"]
Features
- upgrade to ktlint 0.34.0 including all changes therein
- support for
.editorconfig
- support for
disabledRules
configuration in thekotlinter
extension
Known Issues
- imports may be falsely reported as unused, see pinterest/ktlint#526
workaround:disabledRules = ["no-unused-imports"]