Set up a Local SonarQube Instance for OSS - Chapter 2
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. In the first chapter we set up a local SonarQube instance and ran the analysis for a simple JavaScript application
In this chapter, we will continue to work with the same application and add more features to it.
Read more »