Releases: jeremymailen/kotlinter-gradle
Releases · jeremymailen/kotlinter-gradle
1.20.0
- Upgrade to ktlint 0.29.0
- Fix path sensitivity on
LintTask
source files to better support build caching
1.19.0
- 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
Support caching of lint tasks
1.17.0
- upgrade to ktlint 0.28.0
- upgrade to html reporter 0.2.0
1.16.0
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
Fixed issue where gradle build fails when kotlinter
plugin applied to a module without Kotlin source or support plugins (#65)
1.15.0
Custom gradle sourceSets
now work correctly and will have lint and format tasks applied to them (#53)
1.14.0
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
ktlint
file name rules are now applied
- Kotlin upgraded to 1.2.50
1.12.0
Upgrade to ktlint 0.23.1
Includes four new lint rules and one bugfix listed in 0.23.0