Open permafrost06 opened 3 weeks ago
Add support for extensions input which is passed to phpcs so that it only checks files of that specific type. I was getting false positive reports of js files being minified. I thought, why check js files at all?
extensions
js
I've updated and tested the command with php as the default. Everything seems to be working as expected.
Add support for
extensions
input which is passed to phpcs so that it only checks files of that specific type. I was getting false positive reports ofjs
files being minified. I thought, why checkjs
files at all?