Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SonarLint ignores quality profile from server

Tags:

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?

like image 935
Harald Wellmann Avatar asked Apr 13 '16 12:04

Harald Wellmann


1 Answers

Can confirm this issue with SonarLint 2.0.0 on Eclipse Mars.2 and SonarQube Server 5.4.

The SonarQube Server has a custom Quality Profile which is configured as default for all projects, yet it seems to be not taken into account by SonarLint.

like image 166
Daniel Kraemer Avatar answered Sep 28 '22 03:09

Daniel Kraemer