whotrades/phpmd-diff
Composer 安装命令:
composer require whotrades/phpmd-diff
包简介
Tool for creating PHPMD reports, cleared of violations unrelated to the modified lines
README 文档
README
phpmd-diff is a tool for creating PHPMD reports, cleared of violations unrelated to the modified lines.
Installation
composer require-dev whotrades/phpmd-diff
Usage
$ git diff HEAD^1 > /path/to/patch.txt $ /path/to/phpmd /path/to/sources xml /path/to/rulesets.xml --reportfile report.xml $ /path/to/phpmd-diff --path-prefix=/custom/path/prefix --filter=xml /path/to/phpmd/report.xml /path/to/patch.txt 1> /path/to/a/cleaned/report.xml
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-20