user23282541
user23282541

Reputation: 11

SonarLint cannot find Git repo

I have SonarQube installed in Eclipse.

The SonarLint console log says it cannot connect to the git repository for my project even though I cloned the project from an SVN repo

How do I get SonarLint/SonarQube to recognize the Git repos?

Upvotes: 0

Views: 31

Answers (1)

lopoto
lopoto

Reputation: 276

SonarLint does not recognize SVN repositories and only supports Git repositories. I recommend reaching out to them directly on their Community forum about this, although it should not prevent you from using SonarLint.

Upvotes: 1

Related Questions