Skip to content

Releases: jeremymailen/kotlinter-gradle

1.20.0

04 Oct 15:59
48f45a3
Compare
Choose a tag to compare
  • Upgrade to ktlint 0.29.0
  • Fix path sensitivity on LintTask source files to better support build caching

1.19.0

26 Sep 06:27
8b9155a
Compare
Choose a tag to compare
  • add relocatable build cache support for lint tasks
  • remove incremental build support from format tasks (solves edge case of task being up-to-date after reverting format's changes)

1.18.0

22 Sep 05:54
Compare
Choose a tag to compare

Support caching of lint tasks

1.17.0

08 Sep 06:32
abce6f1
Compare
Choose a tag to compare
  • upgrade to ktlint 0.28.0
  • upgrade to html reporter 0.2.0

1.16.0

04 Aug 06:31
b77ea11
Compare
Choose a tag to compare

Upgrade to ktlint 0.26.0:

  • package name rules
  • tab to space auto format
  • fixed false positive on some semicolons
  • fixed json reporter \ and control char escaping
  • multi-line string no longer subject to line length rule

1.15.1

25 Jul 06:39
9b77e06
Compare
Choose a tag to compare

Fixed issue where gradle build fails when kotlinter plugin applied to a module without Kotlin source or support plugins (#65)

1.15.0

22 Jul 04:52
593a1a3
Compare
Choose a tag to compare

Custom gradle sourceSets now work correctly and will have lint and format tasks applied to them (#53)

1.14.0

30 Jun 06:45
3c4bfc7
Compare
Choose a tag to compare

Upgrade to ktlint 0.24.0 which includes

  • validate spaces between parantheses
  • comment-spacing rule to exclude //noinspection

Fixed formatKotlin reporting fixing files it did not change

1.13.0

20 Jun 08:14
b40e871
Compare
Choose a tag to compare
  • ktlint file name rules are now applied
  • Kotlin upgraded to 1.2.50

1.12.0

05 May 06:49
8131d6d
Compare
Choose a tag to compare

Upgrade to ktlint 0.23.1

Includes four new lint rules and one bugfix listed in 0.23.0