rtCamp / action-phpcs-code-review

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

Need more settings for action #22

Open vkryukov76 opened 4 years ago

vkryukov76 commented 4 years ago

We use next command as a part of our CI process:

php ./vendor/bin/phpcs  --encoding=utf-8 --ignore=./local/components/*/templates/*  --standard=ruleset.xml --extensions=php  ./local/classes ./local/components

So we set:

Can you add these (and many others) configuration keys for action to make it more configurable?

matthewwo commented 4 years ago

would be nice indeed, but meanwhile as a workaround maybe you can consider adding a phpcs.xml or .phpcs.xml file at the project root?