Ktlint `0.50.0` has been released. In case you hav...
# ktlint
p
Ktlint
0.50.0
has been released. In case you have an email subscription on the releases, you have received multiple email notifications due to some problems while building the release. Sorry for that! Four new experimental rules have been added:
binary-expression-wrapping
,
no-empty-file
,
statement-wrapping
and
blank-line-before-declaration
. One special new rule takes care of converting the
ktlint-disable
directive to
@Suppress
annotation. This rule will always run and can not be disabled. Providers of custom rules should pay special attention as Kotlin 1.9, expected in the next release of Ktlint, might require rules to be changed. This release contains a special flag so that you can test and update your custom rules using Kotlin 1.8. See release notes for all changes.
👏 3
🎉 5
p
The release notes linked are empty
p
Should be fixed now. Tnx for reporting.