Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 SonarQube 上有一个配置文件,其中包含一组选定的规则。我现在已经安装了 SonarLint。
有没有办法同步 SonarLint / SonarQube 中的规则?
原则上,我想在 SonarLint 中启用规则子集,并通过导入配置文件或其他方式自动(和/或相反)将此更改传播到 SonarQube。
目前唯一的方法是手工。
感谢您的支持。
目前,除了手动之外,没有其他方法可以做到这一点。我们正在研究解决方案。SonarLint for Visual Studio 版本 2 将允许您将 SonarLint 连接到 SonarQube 服务器,并从那里下载一些设置。另一个方向稍后会出现。
但作为一种快速解决方案,我们也在考虑在 SonarQube 服务器上生成规则集文件。然后这个文件可以手动添加到项目中。这种快速的解决方案将使手动规则共享变得更加容易。