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

Make phpcs-changed work in Windows without WSL #73

Open sirbrillig opened 1 year ago

sirbrillig commented 1 year ago
sirbrillig commented 1 year ago

Just the git workflow commands that need to be converted.

I'll still need to see what's required for svn mode.

shivapoudel commented 1 year ago

@sirbrillig Is this issue resolved or is it in progress?

sirbrillig commented 1 year ago

This issue is in-progress. See the checklist in the issue description.

sirbrillig commented 1 year ago

All the unix-specific code should now be moved to ShellOperator, which means we should be able to try implementing a Windows version now.