Static Analysis with SonarQube and VS Code

SonarQube from Sonar is a free static analysis tool for VS Code. It is able to analyze the source code and find issues. SonarQube does a similar job as other static analysis tools like CppCheck for VS Code.

SonarQube in VS Code
Continue reading