pantheon-systems / phpcompatibility-action

5 stars 5 forks source link

add input "extensions" #21

Open permafrost06 opened 3 weeks ago

permafrost06 commented 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?

permafrost06 commented 2 weeks ago

I've updated and tested the command with php as the default. Everything seems to be working as expected.