Paul Dingemans

Results 279 comments of Paul Dingemans

From [ktlint issue 605](https://github.com/pinterest/ktlint/issues/605#issuecomment-1203974851): > @ZacSweers How relevant is your question at this moment? I have been reading the [spotless issue](https://github.com/diffplug/spotless/issues/142). If I understand correctly, the goal is that when...

In Ktlint 0.47 (to be released soon) the parameter 'alternativeEditorConfig` is replaced by `defaultEditorConfig`. The `defaultEditorConfig` just holds editor config settings. A property value specified in those default will only...

Thnx for your contribution. I have to park this for a while until problems in latest release have been mitigated. I will come back to you in a couple of...

Please add example code which reproduces the problem above.

Please be more specific instead of dropping some references from which I have to extract the relevant info. Also update to latest ktlint. You seem to run 0.42.0 while current...

I think you need to do some more investigation yourself before asking me to do so. For example in the stacktrace I see not a single package name that indicates...

Strictly, this is not a violation of the [Kotlin coding conventions](https://kotlinlang.org/docs/coding-conventions.html#overload-layout) or [Android Kotlin Style Guide](https://developer.android.com/kotlin/style-guide). So it does not fit the within the standard ktlint rulesets. Technically, it would...

I expect this to be a problem caused by a transitive dependency. At least that seemed the solution in https://github.com/pinterest/ktlint/issues/1143. Please add a clear reproduction path (with exact java version)...

I just found that @Goooler already reported this to jetbrains as a comment on https://youtrack.jetbrains.com/issue/KT-43704. I am doubting whether it gets any priority from the kotlin team. So until then,...

Please provide code sample and exact way in which KtLint is called.