Releases: usefulness/ktlint-gradle-plugin
Releases · usefulness/ktlint-gradle-plugin
v0.4.0
v0.3.1
What's Changed
- Fix warning message shown when format task could not auto-correct files - #78
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.2
v0.2.1
What's Changed
- Fix
FormatTask#ignoreFailures=false
to fail only when some files couldn't be autocorrected
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Make
formatKotlin
task look at changed files only - Make
lintKotlin
&formatKotlin
tasks run over files in chunks (configurable viaktlint.chunkSize
property) - Add baseline support (configurable via
ktlint.baselineFile
property) formatKotin
can now generate reportsformatKotlin
can now be configured the same waylintKotlin
was (it canignoreFailures
or have its ownreporters
)
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Fix
0.1.0
not being available on Gradle Plugin portal - Fix overriding task sources multiple times
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Initial plugin release