I scanned my project in both sonar local instance using localhost:9000 and sonar of my live instance sonarqube.kw.pk I found difference in both reports some of observations are missing in local instance like code smells but code smells in live instance showing.
I want both of my instances should provide report with similar observation tabs including all but in local instance I am seeing code smells. Why the observations in both reports are different as I want both the reports should be with similar observations?
Hey there.
Probably, you need to show some explicit examples of the differences. However, a few good things to check
- Are the SonarQube instances on the same version?
- Are the same plugins installed?
- Do the Quality Profiles (the list of rules that are applied to your project) match?