There are multiple configs in Mavens pom.xml that change the behaviour of a run for Sonarqube. These configurations should be used by the Sonarlint plugin as well
For example sonar.issue.ignore.multicriteria.* is not used, so Sonarlint shows issues that Sonarqube will not, because of the given configuration
This has not been a feature so far, so any Sonarlint and IntelliJ Version is affected
There are alternative ways to configure that in the Sonarlint plugin, in Sonarqube etc., but all of them need to be duplicated and maintained seperately. Using the link to Sonarqube is not practical as we can not guarantee up to date information to be available there as well as the synchronisation taking too long, both because our project is quite big
This topic has several duplicates [0] but none of them are as general and lack some information, I tried to be as general as possible. If I should move this to an issue tracker as a feature request with more information please point me in the right direction.
Edit: Like an idiot I have managed to duplicate my own issue from a year ago, which I have also linked below.
[0]