Closed david-binda closed 2 years ago
Yep, good call! I have added a new test for git workflow, and adjusted existing one for svn workflow. I made sure the test are properly failing w/o the logic change from this PR, and are passing when the change is applied.
Thank you!
When there are no linting issues reported by PHPCS in the new file, there is no point in checking the orig verion, since we would not report any issues anyway.
This should speed up the phpcs-changed for files w/o lint issues.
props to @sirbrillig for the idea.