DEV Community

Discussion on: Static code analysis in 3 steps

Collapse
 
charanrajgolla profile image
Charanraj

It was a good quick read Rafal.You should also try out SonarLint if you are using Visual Studio 2017. It allows you to connect to the SonarQube server directly from the Visual Studio and gives you almost a realtime feedback about your code.

Collapse
 
rafalpienkowski profile image
Rafal Pienkowski

First of all, thanks for your replay. I'm glad that you enjoy my post. I'll take a closer look at the SonarLint.

Thanks for the hint.