v10.1.0
版本发布时间: 2021-06-03 04:29:26
JLLeitschuh/ktlint-gradle最新发布版本:v12.1.1(2024-05-07 21:39:17)
[10.1.0] - 2021.06.02
Added
-
Baseline support (#414)
Limitations:
- Format tasks ignore baseline
- One baseline file per-Gradle project (module)
Changed
- Updated Gradle to
6.8.3
version - Updated default KtLint version to
0.41.0
Fixed
- Plugin fails to apply on non-Kotlin projects (#443)
- Pre-commit hook adds entire file to commit when only part of the file was indexed (#470)
- Pre-commit hook doesn't format files that have been renamed (#471)
- Reset KtLint internal caches on any
.editorconfig
files changes (#456) - On KtLint parse error print path to file (#476)
- Add workaround for format tasks showing deprecation messages in Gradle 7.0 (#480)