-
Notifications
You must be signed in to change notification settings - Fork 185
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
Use StyleCI for code standards #75
Comments
👍 |
I do keep meaning to take a look at it, currently using https://github.com/Block8/PHPCI just set up to run PHPCS and PHPMD |
You'll love StyleCI :) |
It is very easy to setup, works almost out of the box. Just have to enable the repository once logged in. It is definitely worth looking at. I use it for all my open sourced PHP packages. |
And, since you're using PSR-2, set the preset. It's what I did to make the PR you just merged :) |
I noticed you're using PHPCS to check standards. I'm part of the team who run StyleCI which uses PHP-CS-Fixer. It's worth checking out :)
The text was updated successfully, but these errors were encountered: