Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need more settings for action #22

Open
vkryukov76 opened this issue Jan 20, 2020 · 1 comment
Open

Need more settings for action #22

vkryukov76 opened this issue Jan 20, 2020 · 1 comment

Comments

@vkryukov76
Copy link

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:

  • encoding
  • files to ignore
  • standard
  • file extensions
  • directories to look for

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

@matthewwo
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants