I have a SonarQube
server up and running which has custom rules configured which needs to be reflected in SonarLint
. I have run a SonarQube
scan, and the projects are being shown in https://localhost:9000 UI screen.
lets come to the SonarLint
. Without binding the project, I am getting issues as per default rules configured in SonarLint
.
But when I bind the module with the SonarQube
project, issues are not showing up. Its not even single violation in any one of class.
Please guide me to use the feature.