chore: add style standards check#90
Conversation
.travis.yml
Outdated
| - composer install --dev --no-interaction | ||
| - cd test | ||
| script: | ||
| - "php ../vendor/bin/phpcs -n --exclude=PEAR.Commenting.FileComment,PEAR.Commenting.ClassComment,PEAR.Commenting.FunctionComment ../lib/" |
There was a problem hiding this comment.
How about using the following phpcs command to check the PSR-2 coding style?
./vendor/bin/phpcs -n --standard=PSR2 lib/ test/I think this command I suggest is good enough to use :).
There was a problem hiding this comment.
Thank you for review but In CONTRIBUTING.md it's using PEAR standard. I will add /test in script.
There was a problem hiding this comment.
Mm....The coding standard is different from sendgrid-php. I think it also uses the PSR-2 coding style.
If this repo uses PEAR coding style, this comment I write will not be concerned :).
|
Hello @pangaunn, Apologies for the delayed code review. I attempted to resolve the conflicts, but I do not have permission to push to your branch. Would you mind resolving the conflicts or granting me permission to push to your branch? Thanks! Elmer |
|
Hello @thinkingserious I just send you an invite please check. |
Fixes
Fixes #87
Checklist
Short description of what this PR does:
If you have questions, please send an email to Sendgrid, or file a Github Issue in this repository.