Maven 声纳插件使用 pom 中的 checkstyle 规则

发布于 2024-11-04 19:27:58 字数 215 浏览 4 评论 0原文

有没有办法让声纳使用我的 pom 文件中的 checkstyle 配置?我有 Maven checkstyle 插件设置,并且有 Maven sonar 插件(版本 2.7)设置,但声纳似乎使用其默认的 checkstyle 配置。我知道我可以创建一个新的质量配置文件并上传 checkstyle 文件,但我认为 Maven 插件应该使用 pom.xml 中的文件。感谢这里的任何帮助。

谢谢, 杰夫

Is there a way to get sonar to use the checkstyle configuration from my pom file? I have the maven checkstyle plugin setup, and I have the maven sonar plugin (version 2.7) setup, but sonar seems to use its default checkstyle configuration. I know I can create a new quality profile and upload the checkstyle file, but I would think that the maven plugin should use the one from the pom. Any help here is appreciated.

thanks,
Jeff

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我为君王 2024-11-11 19:27:58

过去可以通过使用参数 sonar.reuseExistingRulesConfiguration 从 Sonar 1.11 升级到 Sonar 2.2。它已从 Sonar 2.3 中删除。

It used to be possible from Sonar 1.11 to Sonar 2.2 by using a parameter sonar.reuseExistingRulesConfiguration. It was removed from Sonar 2.3.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文