sirbrillig / phpcs-changed

🐘 Run phpcs on files and only report new warnings/errors compared to the previous version.
MIT License
31 stars 11 forks source link

Move getting unified git diff to shell #76

Closed sirbrillig closed 1 year ago

sirbrillig commented 1 year ago

This moves the code that fetches the git unified diff into ShellOperator so it can be localized for an OS.

This is part of https://github.com/sirbrillig/phpcs-changed/issues/73