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 git merge base to shell #77

Closed sirbrillig closed 1 year ago

sirbrillig commented 1 year ago

This moves the getGitMergeBase function to ShellOperator so it can be modified for different OSes.

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