Another question, I like the strict formatting of ktfmt but I want to keep Detekt to find code smell, do you know if some ktfmt formats can do problems with Detekt?
g
gammax
12/24/2020, 4:02 PM
I haven’t noticed anything so far. Obviously you should consider disabling the formatting side of Detekt (i.e. the embedded ktlint) otherwise they will conflict each other.
j
Javier
12/24/2020, 4:03 PM
Yeah, I think I see some problems with
)
if I don't use trailing commas but I was thinking to use them always in multiline
Javier
12/24/2020, 4:03 PM
but I don't know if there is more problems like that where I can't just go over them