Я успешно соединил intellij sonarlint с сервером sonarqube, как показано ниже:
File -> Settings -> Other Settings -> SonarLint General Settings
Click on the green + in "SonarQube servers" :
Enter a name (ex : SonarQube / localhost)
Select SonarQube and enter URL like http://localhost:9000
Authentication : select your user token or your login/pwd
Click on Finish
Click on "Update binding" to synchronize with the SonarQube server
Go to SonarLint Project Settings and bind your project to the SonarQube project
Когда я анализирую один файл Java с помощью sonarlint, он отображает другие проблемы, которые я не вижу в том же файле на сервере sonarqube.
Я использовал «привязку обновления» и ничего не изменилось. Любая идея, почему sonarlint показывает другие проблемы, чем сервер sonarqube?