Hey, one quick question should detekt run formatti...
# detekt
l
Hey, one quick question should detekt run formatting automatically if i have autoCorrect = true when i run gradlew detekt?
g
Technically yes.
l
Okay thanks for answer gotta dive deeper where it went wrong since it seems its not working in my case 🙂 Also great talk at dcldn, was there at a talk and now implementing Detekt in our codebase 😉 🙂
🚀 1
❤️ 1
g
Thanks for the feedback 🙏
Have you added the
detekt-formatting
dependency inside your gradle file?
l
Added it in subprojects{}