Here we will cover different static lint checks for code analysis for the Kotlin Jetpack Compose. That will helps any developer team size to validate the code quality before having the code review. On another side, Sonarqube help to identify the code quality in depth. That will identify the Code smells, Duplication, vulnerabilities, Major issues, Blocker issues, security Issues, and more. Ultimately the goal of the developer should be to make a flag PASS on SonarQube. That indicates your code is aligned with best practices and easy to adopt by any other team members.
Approach:
What is code review and Why it is required?
Code Review Terminologies
Static Code Analysis in Jetpack Compose 👨💻
SonarQube Code Review automation for Android and Flutter 👨💻
Summary & Conclusion
Q&A