Unable to trigger SonarLint Analysis on whole Project

后端 未结 5 1685
时光说笑
时光说笑 2021-01-17 12:02

I have installed the latest sonarLint plugins with Intellij 2016.1.2. Analyze on the fly works fine. However, I can\'t find in the IntelliJ \"Analyze\" tab any \"Analyze wit

5条回答
  •  醉话见心
    2021-01-17 12:28

    they stated many times that their intent is to support only new issue being introduced running an on-fly analysis on files being changed. If you wanna run a full analysis you should use the SonarQubeCommunity plugin or visit your remote Sonar Server. If you wanna gather only coverage information within your IDE, use the Jacoco plugin. However there is an open feature request to browse those issues directly in the SonarLint plugin: https://jira.sonarsource.com/browse/SLE-54

    Yes, that screenshot is confusing, but that feature was previously available.

提交回复
热议问题