whotrades/phpmd-diff

Tool for creating PHPMD reports, cleared of violations unrelated to the modified lines

1.0.2 2022-04-04 13:08 UTC

This package is auto-updated.

Last update: 2024-04-04 17:35:16 UTC


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