I can't get the ktlint integration to work. I adde...
# detekt
e
I can't get the ktlint integration to work. I added
Copy code
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.9.1")
and configured
Copy code
formatting:
  active: true
  ImportOrdering:
    active: true
  Indentation:
    active: true
However, I get no warnings for violations. What else can I try?