SonarLint - 显示违规行为的波浪线
SonarLint - show squiggly line for violations
我做了什么:在本地安装了 SonarQube 5.6.6,添加了 checkstyle-sonar-plugin-3.6.1,从我的 Eclipse Neon2.Then 连接到它在 Sonar 中创建了一个项目(通过 mvn:clean 安装和 sonar:sonar)。 eclipse 项目现在绑定到 Sonar 项目。
发生了什么:如果有任何违规行为,它会在 Sonar 中报告。
我想要的:一些违规行为,例如
"Abbreviation in name 'MyAPP' must contain no more than '3' consecutive capital letters."
在 Eclipse 中不显示为波浪线。
有什么帮助吗?
SonarLint 不支持第三方分析器,例如 CheckStyle 插件。它仅支持 SonarSource 分析器(SonarJS、SonarJava、..)。
我做了什么:在本地安装了 SonarQube 5.6.6,添加了 checkstyle-sonar-plugin-3.6.1,从我的 Eclipse Neon2.Then 连接到它在 Sonar 中创建了一个项目(通过 mvn:clean 安装和 sonar:sonar)。 eclipse 项目现在绑定到 Sonar 项目。
发生了什么:如果有任何违规行为,它会在 Sonar 中报告。
我想要的:一些违规行为,例如
"Abbreviation in name 'MyAPP' must contain no more than '3' consecutive capital letters."
在 Eclipse 中不显示为波浪线。
有什么帮助吗?
SonarLint 不支持第三方分析器,例如 CheckStyle 插件。它仅支持 SonarSource 分析器(SonarJS、SonarJava、..)。