我已将 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
当我使用 sonarlint 分析一个 java 文件时,它显示的问题与我在 sonarqube 服务器上的同一文件中看到的不同。
我使用了“更新绑定”,没有任何改变。任何想法,为什么 sonarlint 显示与 sonarqube 服务器不同的问题?