将 checkstyle-configuration 从声纳导入到 eclipse-checkstyle-plugin

发布于 2024-11-06 21:33:18 字数 157 浏览 4 评论 0原文

我想从声纳导出 checkstyle 规则并将它们导入到 checkstyle eclipse 插件中。不幸的是,sonar 将 checkstyle 规则导出到 csv 文件。

但 checkstyle 插件只接受 xml 文件的导入。

有什么办法可以做到这一点吗?

I want to export checkstyle rules from sonar and import them into the checkstyle eclipse plugin. Unfortunately sonar exports the checkstyle rules to a csv file.

But the checkstyle plugin only accepts import of xml files.

Is there any way to do that?

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

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

发布评论

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

评论(1

辞别 2024-11-13 21:33:18

“以 checkstyle xml 格式获取它”

  • 您可以通过导航到“配置
  • 质量配置文件”-> 。选择您的个人资料
  • 激活“永久链接”选项卡

这将使您可以访问 xml 形式的 checkstyle 配置。

在 Eclipse 中,您甚至可以配置 checkstyle 插件以使用 URL 并始终通过网络获取最新规则。

You can get it in checkstyle xml format by navigating to

  • Configuration
  • Quality Profiles -> select your Profile
  • activate "Permalinks" tab

This should give you access to the checkstyle config as xml.

In Eclipse you can even configure the checkstyle plugin to use the URL and fetch always the latest rules over the web.

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