pinterest / ktlint

An anti-bikeshedding Kotlin linter with built-in formatter
https://pinterest.github.io/ktlint/
MIT License
6.07k stars 504 forks source link

New standard rules still shown as an experimental rule in the documentation #2575

Closed szedelenyi closed 4 months ago

szedelenyi commented 4 months ago

Expected Behavior

Show Blank lines between when-conditions, KDoc and Square brackets spacing on https://pinterest.github.io/ktlint/1.2.0/rules/standard/

Observed Behavior

Blank lines between when-conditions, KDoc and Square brackets spacing can be found here: https://pinterest.github.io/ktlint/1.2.0/rules/experimental/

paul-dingemans commented 4 months ago

Ouch, I made a big mistake here. Tnx for reporting this. They were meant to be experimental rules! I will fix this today.

szedelenyi commented 4 months ago

thanks for quickly coming back to it, no worries, I love your work