Henning B
03/29/2021, 7:55 PMdetektIdeaInspect
and detektIdeaFormat
which are mentioned here: https://detekt.github.io/detekt/gradle.html#available-plugin-tasks
Also I am also not able to include an idea { }
configuration into my detekt block. It cannot be resolved. What am I missing? I would like to check if my code is formatted according to the android studio code style via gradle.chao
03/29/2021, 7:57 PMHenning B
03/29/2021, 8:03 PMidea { }
block are from 2019.
Do you know how I could check for correct formatting using the intellij/android studion code-style.xml? If I understand correctly most folks are using ktlint but it is using it's own style which cannot be configured?!Brais Gabin
03/30/2021, 7:05 AMHenning B
03/30/2021, 10:23 AMBrais Gabin
03/30/2021, 6:47 PM