Is your code safe and reliable? I will tell you how to figure this out.

alexander grossmann
Level Up Coding
Published in
7 min readDec 16, 2022

--

static code analysis
Photo by Scott Graham on Unsplash

When it comes to finding potential security vulnerabilities, bugs, and code smells, static code analysis is a powerful helper. I tried it out using SonarQube, a popular open-source tool for static code analysis, and here is how you can do it too.

What is static code analysis?

--

--

A Web developer with a Blog. I love to learn new stuff and share my knowledge.