Hi Everyone, Could you please help me on how Detek...
# detekt
v
Hi Everyone, Could you please help me on how Detekt is different from Android lint. would be helpful for me to a deeper knowledge .. I mean what kind of issues Detekt uniquely reports compared to AndroidLint
z
Detekt reports things like methods that are too complex, code that has too many cumulative issues (e.g. maybe 1 super long file is OK, but 20 super long files is not). It’s also not android-specific.
e
but most of the rules are about correct use of Android APIs (in build.gradle, *.java, *.kotlin, and *.xml), whereas Detekt rules are mostly about standard Kotlin style and general usage
v
@Zach Klippenstein (he/him) [MOD] @ephemient thanks for your prompt responses. Appreciate it 👍
@ephemient the above link is not working.. m curious to check that out.. do u have any alternative