PHPCheckstyle / phpcheckstyle

PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions.
https://github.com/PHPCheckstyle/phpcheckstyle
GNU Lesser General Public License v3.0
164 stars 31 forks source link

Added a exit code appropriate to the error count. #58

Closed popojargo closed 7 years ago

popojargo commented 7 years ago

With this change, we can use the PHPCheckStyle with travis or any Integration system that check the exit code to check if the script succeeded or failed.

tchule commented 7 years ago

Nice.