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

Allow processing multiple files at once #17

Closed sirbrillig closed 4 years ago

sirbrillig commented 4 years ago

Currently phpcs-changed operates only on one file at a time, but there's no good reason for this. This PR modifies the tool to be able to run on a list of files, both via the API and on the command-line.