每个模块的 SonarLint 不同的绑定
Posted
技术标签:
【中文标题】每个模块的 SonarLint 不同的绑定【英文标题】:SonarLint different bindings per module 【发布时间】:2021-05-16 07:26:12 【问题描述】:我在 IntelliJ 中打开了不同的 Java 项目作为模块,我想为每个项目绑定不同的 SonarQube 项目。但显然,只有一个适用于所有模块。我怎么能改变它?
【问题讨论】:
【参考方案1】:Eclipse 似乎可以实现,但目前尚未针对 IntelliJ(和 VSCode)和“Module-level services have recently been deprecated on Jetbrains plugin API side.”实现
Here's the feature ticket
社区插件SonarQube Analyzer似乎有这个能力。参见维基:https://github.com/sonar-intellij-plugin/sonar-intellij-plugin#module-configuration
用户 gaynaper 专门创建了a fork of the official app to allow binding by vcsroots。我没检查也没试过。
【讨论】:
以上是关于每个模块的 SonarLint 不同的绑定的主要内容,如果未能解决你的问题,请参考以下文章
如何运行具有模块的代码,每个模块都在不同的 virtualenv 中?