将 checkstyle-configuration 从声纳导入到 eclipse-checkstyle-plugin
我想从声纳导出 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“以 checkstyle xml 格式获取它”
这将使您可以访问 xml 形式的 checkstyle 配置。
在 Eclipse 中,您甚至可以配置 checkstyle 插件以使用 URL 并始终通过网络获取最新规则。
You can get it in checkstyle xml format by navigating to
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.