IntelliJ IDEA 中的 SonarLint 连接模式错误
SonarLint connected mode error in IntelliJ IDEA
我使用的是 IntelliJ IDEA Community Edition(2016.2 版),我安装了 SonarLint 插件,当我尝试连接到 SonarQube 服务器时出现此错误:"The following plugins do not meet the required minimum versions, please upgrade them: php (installed: 2.6, minimum: 2.7)".
我在 IntelliJ 中搜索了 PHP 插件,但没有找到。
是否与最新的 IntelliJ 版本存在兼容性问题?
PHP 插件需要在您连接的 SonarQube 服务器中更新,而不是在 Intellij 中。
您可以在这里找到它:https://docs.sonarqube.org/display/PLUG/SonarPHP
我使用的是 IntelliJ IDEA Community Edition(2016.2 版),我安装了 SonarLint 插件,当我尝试连接到 SonarQube 服务器时出现此错误:"The following plugins do not meet the required minimum versions, please upgrade them: php (installed: 2.6, minimum: 2.7)".
我在 IntelliJ 中搜索了 PHP 插件,但没有找到。
是否与最新的 IntelliJ 版本存在兼容性问题?
PHP 插件需要在您连接的 SonarQube 服务器中更新,而不是在 Intellij 中。 您可以在这里找到它:https://docs.sonarqube.org/display/PLUG/SonarPHP