26B / php-pre-commit

Pre-commit git hook to help keep code within PHP standards.
MIT License
7 stars 1 forks source link

List files with unfixable issues #5

Open xipasduarte opened 3 years ago

xipasduarte commented 3 years ago

If a file has an issue that can't be auto-fixed, the file path and the line should be added to a list that the command outputs, along with the issue.

In terms of grouping we could group by issue type or by file, maybe this could be an option.