Skip to content

v0.2.0

Compare
Choose a tag to compare
@mateuszkwiecinski mateuszkwiecinski released this 05 Feb 07:53
· 533 commits to master since this release
68aeafa

What's Changed

  • Make formatKotlin task look at changed files only
  • Make lintKotlin & formatKotlin tasks run over files in chunks (configurable via ktlint.chunkSize property)
  • Add baseline support (configurable via ktlint.baselineFile property)
  • formatKotin can now generate reports
  • formatKotlin can now be configured the same way lintKotlin was (it can ignoreFailures or have its own reporters)

Full Changelog: v0.1.1...v0.2.0