DEV Community

Discussion on: SonarQube and GitLab Setup

Collapse
 
mungell profile image
Shmavon Gazanchyan

Hi @sachinkumar706

It is difficult to debug your setup with such minimal information on it, but doesn't look like GitLab is your issue at this stage.

I would highly recommend posting your question with property file and exact log details to community.sonarsource.com forums - there are a lot of good people to help there.

If I were to guess, I would suggest checking if you have sonar.sources property set in your sonar-project.properties file. Make sure it points to your code directory (e.g. ./src).