-
Notifications
You must be signed in to change notification settings - Fork 2
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
Setting vendored_phpcs_path fails with chmod: Operation not permitted #4
Comments
Also setting multiple files with |
Thanks for reporting this issue. I'm just letting you know I've received it and it's on my radar, but I'm currently a bit snowed under with project work, so it'll be a little while to get around to open source contributions. |
I've run into this as well. I believe it can be fixed with !5 |
Hi @lkm , Thank you for your contribution. I hope this resolves the issue. Please can you test by using Thanks again. |
@g105b Thanks for that. I did some testing and actually tried it properly this time. The original problem was solved. However, there was an assumption that the override was also a PHAR file which doesn't really make sense since the main reason anybody would want to override this is to us the composer supplied phpcs and enable thirdparty packages alongside it. Please see this PR: #6 |
I created this action to add basic code sniffing for pull requests:
I liked the possibility to define your own
phpcs
binary, so the version defined incomposer.json
is used.But it fails with this error:
The text was updated successfully, but these errors were encountered: