annotate-pull-request-from-checkstyle:根据GitHub Action中的Checkstyle XML报告注释GitHub Pull Request

时间:2021-04-15 04:03:26
【文件属性】:
文件名称:annotate-pull-request-from-checkstyle:根据GitHub Action中的Checkstyle XML报告注释GitHub Pull Request
文件大小:17KB
文件格式:ZIP
更新时间:2021-04-15 04:03:26
checkstyle pipe phpunit annotations php-cs-fixer 基于Checkstyle XML报告注释请求请求 将转换为GitHub Pull Request 。 该脚本旨在在您的GitHub Action中使用。 这意味着您不再需要通过GitHub Action日志文件进行搜索。 无需解释每种工具格式不同的消息。 相反,您可以专注于“拉取请求”,而无需离开“拉取请求”区域。 来自图像 安装 通过composer安装二进制文件 composer require staabm/annotate-pull-request-from-checkstyle 用法示例 可以在已经存在的checkstyle-report xml文件上使用cs2pr 。 另外,您也可以在unix-pipe表示法中使用它,将其链接到现有的cli命令中。 在GitHub Action工作流程中运行以下命令之一: 处理Checkstyle格式的文件 cs2pr /path/t
【文件预览】:
annotate-pull-request-from-checkstyle-master
----composer.json(453B)
----.github()
--------FUNDING.yml(17B)
--------workflows()
----tests()
--------fail()
--------tests.php(3KB)
--------noerrors()
--------errors()
----.php_cs(835B)
----LICENSE(1KB)
----.gitignore(36B)
----README.md(6KB)
----.editorconfig(265B)
----cs2pr(4KB)

网友评论