joomla / coding-standards

Joomla Coding Standards Definition
https://developer.joomla.org/coding-standards/basic-guidelines.html
GNU General Public License v2.0
128 stars 129 forks source link

[RFC] consider styleci for code enforcement #145

Closed photodude closed 7 years ago

photodude commented 7 years ago

see https://styleci.io/

styleci is a PHP Coding Style Service that integrates with github and enforces code style. StyleCI can be configured to automatically create a pull request with fixes and immediately merge the same pull request if you'd like.

It's like PHPCS only as a CI service. Seems like it could be a good companion. Free for Open source projects too.

photodude commented 7 years ago

Looks like styleci is highly focused on just PSR2 and similar styling. Likely not a good fit.