hudson 的 Objective-C 代码分析插件

发布于 2024-11-09 13:23:21 字数 295 浏览 0 评论 0原文

我使用 clang 静态分析器 来检查我的代码。 在jenkins,我使用这个 插件 来执行静态分析工具并生成报告。 现在我必须切换到 hudson,但没有“clang 插件”...

有人知道替代插件或解决方法来在 hudson 显示结果吗?

I use the clang static analyzer to check my code.
At jenkins i used this plugin to execute the static analysis tool and generate a report.
Now i have to switch to hudson but there is no "clang plugin"...

Does somebody know a alternative plugin or a workaround to display the result at hudson?

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

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

发布评论

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

评论(1

儭儭莪哋寶赑 2024-11-16 13:23:21

clang 有 xml 输出支持吗?如果是这样,您可以使用 xsl 样式表将 xml 输出转换为 cppcheck 格式。

以下链接使用相同的概念,但在他的例子中它是单元测试,因此他使用 JUnit 格式。

Jenkins 和 cFix 单元测试 (C++)

Does clang have xml output support? If so, you could convert your xml output to cppcheck format using an xsl style sheet.

The following link uses the same concept, except in his case it was unit tests and so he used JUnit format.

Jenkins and cFix unit testing (C++)

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