Part 2: Code Analysis in Android: Detekt

preview_player
Показать описание
In both personal projects and team projects, we want a level of uniformity and a codebase that follows recommended coding conventions when it comes to things like naming, complexity of classes or functions etc. Linting tools help us with exactly that! This video is part 2 of a two part series that covers integrating Detekt on top of Ktlint for code analysis.

*📚 Resources*

*📌 Considerations*
If you are watching this at a future date checkout the Detekt repository and compatibility table to get the latest version to use in place of the version used in the video and the corresponding compatibility of your version against your project Gradle version, Kotlin version etc

*🕰️ Timestamps*
00:00 Part 1 Recapp
01:37 Introduction to Detekt
02:15 Sample Detekt Rules
09:49 Integrating Detekt into an application
14:18 Configuring Detekt Rules & Fixing Violations
21:47 Enforcing Documentation with Detekt
23:59 Conclusion

Рекомендации по теме
Комментарии
Автор

Very informative video! Can't wait to implement this tool in my projects.
Waiting for the next video!

jacqui_gitau
Автор

Great session, I have learnt new stuff: customizing rules and also about the detektGenerateConfig task(I usually create the config manually then copy from existing projects😅).

kibettheophilus
Автор

This video is very complete. Thank you very much for taking the time to create this content.

clelialopez
Автор

Am not even an android developer but I feel like I can manage a whole android app development project😂

louisasaburi
Автор

Why you use detek and ktlint ? I mean of them can work with linting

amerelsayed
Автор

Hi, did you try this in android studio lady bug? If then can you please provide some details

chathurakarunanayaka