You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Removed
Fixed
An enumeration class having a primary constructor and in which the list of enum entries is followed by a semicolon then do not remove the semicolon in case it is followed by code element no-semi (#1733)
Add API so that KtLint API consumer is able to process a Kotlin script snippet without having to specify a file path (#1738)
Disable the standard:filename rule whenever Ktlint CLI is run with option --stdin (#1742)
Fix initialization of the logger when --log-level is specified. Throw exception when an invalid value is passed. (#1749)
Fix loading of custom rule set JARs.
Rules provided via a custom rule set JAR (Ktlint CLI) or by an API provider are enabled by default. Only rules in the experimental rule set are disabled by default. (#1747)
Changed
Update Kotlin development version to 1.8.0 and Kotlin version to 1.8.0.