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 the debug info on (not)using cache behind isCachingEnabled check #50

Closed david-binda closed 2 years ago

david-binda commented 2 years ago

When no --cache flag is provided, we don't need to print any output on whether a cached info for a file was found or not. It should improve the readability of the debug output.