Reputation: 11
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
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