Using SonarLint 2.0.0 with Eclipse Mars.2 and SonarQube Server 5.3, I have a Maven multi-module project with each module connected to the corresponding project component on the SonarQube Server. The server uses a custom quality profile.
I've manually updated the issues from the server, but the issues I see in Eclipse are not in sync with the issues on SonarQube.
Eclipse displays some issues for rules that are deactivated in my profile, but misses lots of issues from other rules of my profile.
What's wrong here?