partiql / partiql-lang-kotlin

PartiQL libraries and tools in Kotlin.
https://partiql.org/
Apache License 2.0
536 stars 60 forks source link

Upgrade ktlint version #1418

Open alancai98 opened 2 months ago

alancai98 commented 2 months ago

Currently, our ktlint version is v0.42.1 (from https://github.com/JLLeitschuh/ktlint-gradle/blob/v10.2.1/plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/KtlintExtension.kt#L38) from the ktlint gradle plugin. This version is pretty outdated. Updating sooner rather than later will reduce the code change churn, especially for some rules that are not auto-fixable w/ ktlintFormat.

Some rules may also impact public API (e.g. naming of public enum variants).