So I have updated to latest version of IDEA and De...
# detekt
j
So I have updated to latest version of IDEA and Detekt IDEA plugin and now get errors about "Unexpected indentation", IDEA format does not fix the problem so I wonder what is causing this
strange thing is that if I remove last method (which is properly formatted) in this class all errors go away
g
Indentation rule is currently affected by a bug in KtLint: https://github.com/detekt/detekt/issues/2970
j
thanks for pointing this out
👍 1