rtCamp / action-phpcs-code-review

Github Action to perform automated code review on pull requests
https://github.com/rtCamp/github-actions-library
MIT License
103 stars 27 forks source link

Limit the sniffs to PHP files #57

Open bplv112 opened 2 years ago

bplv112 commented 2 years ago

We are actively using this action on our PRs but it seem to be sniffing JS files as well. Is that intentional? If not, shouldn't it by default be just sniffing the PHP files?