简体   繁体   English

无法在Idea IntelliJ上配置SonarLint插件

[英]Unable to configure SonarLint plugin on Idea IntelliJ

I'm trying to configure the SonarLint plugin (Version - 3.2.0.2350) on Idea Intellij (Ultimate Edition. Version: 2017.3.4, Build: 173.4548.28) but I get an error when trying to Update binding - **Analyzers not loaded**. The following plugins do not meet the required minimum versions, please upgrade them. typescript (installed1.1.0, minimum 1.5) 我正在尝试在Idea Intellij(Ultimate Edition。版本:2017.3.4,Build:173.4548.28)上配置SonarLint插件(版本 - 3.2.0.2350)但是在尝试Update binding时出现错误 - **Analyzers not loaded**. The following plugins do not meet the required minimum versions, please upgrade them. typescript (installed1.1.0, minimum 1.5) **Analyzers not loaded**. The following plugins do not meet the required minimum versions, please upgrade them. typescript (installed1.1.0, minimum 1.5) **Analyzers not loaded**. The following plugins do not meet the required minimum versions, please upgrade them. typescript (installed1.1.0, minimum 1.5) . **Analyzers not loaded**. The following plugins do not meet the required minimum versions, please upgrade them. typescript (installed1.1.0, minimum 1.5)

Although I am still able to go ahead and Update the Project list, find my project and save the settings, whenever I try to Analyze any file, it says Cannot create ClassLoader . 虽然我仍然能够继续并更新项目列表,找到我的项目并保存设置,每当我尝试分析任何文件时,它都说Cannot create ClassLoader I do not have any separate Typescript plugin installed apart from the Javascript Support plugin. 除了Javascript Support插件之外,我没有安装任何单独的Typescript插件。 And the updated to the latest version 1.0. 并更新到最新版本1.0。

Can anyone help with this ? 有人能帮忙吗 ?

在此输入图像描述

Latest release of the SonarLint common library (used by most SonarLint flavors) unlock support of SonarTS . 最新版本的SonarLint通用库(大多数SonarLint口味使用) 解锁了SonarTS的支持 This is not yet officially supported in SonarLint for IntelliJ, but it will come. SonarLint for IntelliJ尚未正式支持,但它将会出现。

SonarLint requires at least SonarTS 1.5, and it seems your have SonarTS 1.1.0 installed on your SonarQube server. SonarLint至少需要SonarTS 1.5,似乎你的SonarQube服务器上安装了SonarTS 1.1.0。 So basically SonarLint is asking you to update it, and will ignore the plugin. 所以基本上SonarLint要求你更新它,并且会忽略插件。

The classloader error should come from something else, but we need a stacktrace to better understand (look at SonarLint logs). 类加载器错误应该来自其他东西,但我们需要一个堆栈跟踪来更好地理解(查看SonarLint日志)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM