Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 485 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 485 Bytes

phpmd-diff

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