DEV Community

Discussion on: Simple setup for Static Code Analysis

Collapse
 
yannick_rest profile image
Yannick Rehberger • Edited

The current IDE of my choice is VSCode and for this I have now installed the SonarLint Extension. It is also available for other popular IDEs: sonarlint.org/

I find it very nice that issues are displayed directly in the code and the SonarLint Rule is referenced.

The advantages of SonarQube as a Docker container are that there is a more detailed report with filters and graphics and, if you add a database, the issues can also be managed via SonarQube.