woohoolabs / harmony

A simple and flexible PHP middleware dispatcher based on PSR-7, PSR-11, and PSR-15
MIT License
164 stars 16 forks source link

Use StyleCI for CS checks AND fix #8

Closed sagikazarmark closed 8 years ago

sagikazarmark commented 8 years ago

It's an awesome (and free) CI service for code style. It closely follows php-cs-fixer fixers. As a general thumb rule, it's not a good practice to make a build fail because of CS.

See an example config here:

https://github.com/php-http/boilerplate/blob/master/.styleci.yml

kocsismate commented 8 years ago

Done! Thank you for the recommendation, it is a nice service indeed!