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

i add max-errors parameter #85

Closed hafah closed 6 years ago

hafah commented 6 years ago

As a user I would like to define how many errors are allowed in the system, so I can slowly use phpcheckstyle as CI testing. And work my way down instead of being forced to first fix all errors and then implement phpcheckstyle as CI testing.