I have been trying to find a good static analysis ...
# announcements
j
I have been trying to find a good static analysis tool for Kotlin and already looked into detekt, ktlint and sonarqube. I learned that intellij has a built-in static analysis tool which can be run from the command line. I am wondering if this will provide similar results to running the inspection from Android Studio
g
Yes, AS also supports this, it's the same platform and also support CLI mode
👍 3