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

Upper case level names #50

Closed heruka closed 7 years ago

heruka commented 10 years ago

Historically, phpcheckstyle supported level names in upper case. We just upgraded to the latest version and "INFO", "WARNING", "ERROR" are no longer supported and must be specified with rules in custom configs in lower case. Rather than change many files across many projects, I made a small tweak which may also benefit others that don't wish to edit old configs. For your perusal: https://github.com/PHPCheckstyle/phpcheckstyle/pull/49