php-parallel-lint / PHP-Var-Dump-Check

Find forgotten variables dump in PHP source code.
Other
21 stars 11 forks source link

Feature request: ability to check only selected file/files #14

Open arrilot opened 3 years ago

arrilot commented 3 years ago

Hi, I would like to use var-dump-checker in a pre-commit hook Running var-dump-checker on a whole project is kinda overkill here because there is a list of changed files.

grogy commented 3 years ago

Hi,

it makes sense. Would you prepare a PR, please?