SonarQube version 8.5 analyzing Java with SonarWay quality profile
Intelij ultimate 2020.2
Sonarlint 4.12.1.22375
Java 11
When i connect sonarlint to sonarqube server using sonar way for check rules,
in sonarlint i can find 104 issues
in sonarqube server 77 issues,
I found that there were some problems that could not be found in sonarqube with some rules as “throws” declarations should not be superfluous (java:S1130),…
i can find java:S1130 rule is being activated in sonar way profile .
So why ? Please let me know.