Does SonarLint analyse code on a server or on the local machine?

I am looking at using SonarLint, and was wondering, does SonarLint upload the code to a server for code analysis? Or is the code analysis all done locally (on the local machine/offline)? If it is uploaded to a server does the code get stored there? I am aware of SonarQube being a server that can be setup, but I am trying to find out whether my code is stored on a server somewhere when I use SonarLint to analyse it. Thanks for any information provided.

Hi @miasma

SonarLint analyzes code locally. No code is sent to a remote server.

Hope that clarifies.

Hey Julien,

Thank you for your answer, it does help :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.