SonarQube : Tutorial for getting Started in Android App 👨🏼💻
Check your code quality.
2 min readJun 7, 2024
👨🏼💻What is SonarQube?
👨🏼💻Getting Started:
How to Set up SonarQube Server ?
First download the Community Edition of SonarQube which is free:
Install Docker :
Run the Docker Image:
Open the terminal and pull the official SonarQube Docker image with the command:
docker pull sonarqube:latest