Pinned issues
Issues
- 2
1.5.0 fails to build from source with kotlin 2.1.0
#2910 opened by svenstaro - 0
- 0
- 1
Complete upgrade to Dokka v2
#2912 opened by paul-dingemans - 16
`chain-method-continuation` wrapping fully qualified function/constructor calls
#2797 opened by bcmedeiros - 6
Super type should start on a newline should be applied only for multiple supertypes (or be configurable)
#2902 opened by DanySK - 4
`.method()` should be placed on a new line in method chaining, even when the prevous line ends with a `)` or `}`
#2899 opened by testersen - 1
Suppress not working for specific parameters
#2900 opened by ajans - 4
Backing property in a companion object triggers a backing-property-naming violation
#2877 opened by ygnessin - 4
`ktlint_function_signature_body_expression_wrapping=always` behavior question
#2872 opened by andrewparmet - 10
Formatting Regression in KtLint 1.4.1: Violates `max_line_length` and Reduces Readability
#2881 opened by leinardi - 3
- 2
- 1
- 6
Kotlin 2.1 Compatibility Issue
#2882 opened by hantsy - 2
context keyword causes unexpected formatting of the function paramaters
#2854 opened by david-kubecka - 1
- 2
- 2
Requires trailing comma in empty list
#2863 opened by jlous - 6
- 3
ktlint_standard_string-template-indent incompatbile with multi-dollar interpolation
#2885 opened by mgroth0 - 1
Rule suggestion: prefer `emptyList()` over `listOf()`
#2878 opened by FloEdelmann - 2
Super types sorting
#2876 opened by arndey - 1
- 3
Self-import is not flagged as unused
#2855 opened by TWiStErRob - 1
Make KTlint compatible with the new K2 mode of IntelliJ Kotlin plugin
#2859 opened by vincentditlevinz - 0
- 0
Enforce enum names (enhancement)
#2835 opened by ataulm - 2
intellij_idea style contradicts IntelliJ formatting for indentaton within `when`
#2808 opened by scottkennedy - 4
ktlint_function_signature_body_expression_wrapping = always doesn't always apply
#2827 opened by TWiStErRob - 5
.editorconfig with empty values like from IntelliJ export breaks parsing (a.k.a. please update ec4j)
#2824 opened by Vampire - 2
ktlint incorrectly removes a used import
#2821 opened by TheBeruriahIncident - 2
Wrong format result with when guards
#2817 opened by revonateB0T - 5
Wrong indentation for lambdas with many parameters
#2816 opened by ln-12 - 1
context receivers cause unexpected formatting of the function signature
#2800 opened by david-kubecka - 1
Formatting class signature too long causes properties to indent too far in
#2819 opened by ZakTaccardi - 1
Function Literal formatting seems off
#2818 opened by ZakTaccardi - 1
Support when-guards in Kotlin 2.1.0 Beta
#2809 opened by revonateB0T - 1
- 3
Unable to autocorrect trailing comma
#2794 opened by ccjernigan - 0
Do not repeat formatting if file is unchanged
#2804 opened by paul-dingemans - 2
- 1
Problems with Line-Endings
#2793 opened by feanaro88 - 1
New rule proposal: Separate the class header and body when the class header is long
#2788 opened by 3flex - 5
CLI patterns differ on Windows vs Linux
#2781 opened by janphkre - 1
Local variables are treated as properties
#2779 opened by taisuke-fujimoto - 3
- 1
- 1
Enhance Ktlint to Detect and Report Unused @OptIn Annotations with No Matching Experimental API' Warning
#2780 opened by soleil-colza - 2
Reconsider allowing standard:no-consecutive-comments if there are empty lines, and allow automatic fix
#2772 opened by scscgit