Static Analysis : a quick setup

Victor Fleurant
Analytics Vidhya
Published in
2 min readJun 21, 2021

--

Photo by Markus Spiske on Unsplash

Code analysis provides great insights: code duplication, security, or code style issues. SonarQube is one of the most famous solutions out there. Hopefully, they offer an open-source solution that you can use with the most popular coding languages. This article will explain how to run static analysis on your projects using SonarQube without installing anything, in three quick steps. As a prerequisite, you need to have docker up and…

--

--