Set up a Local SonarQube Instance for OSS - Chapter 1
SonarQube is an open-source platform developed by SonarSource that provides continuous inspection of code quality through static code analysis.
There are two ways to set up SonarQube analysis - you can select from the cloud solution (sonarcloud) or install a SonarQube instance on your machine or a remote server. Today we will cover setting up a local SonarQube instance to analyze your code.
Read more »