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

Make PHPCheckstyle more of a framework #46

Closed jbrooksuk closed 10 years ago

jbrooksuk commented 10 years ago

Would it be a good idea to move away from trying to support all of the different framework standards and make PHPCheckstyle a framework to extend from?

By this I mean that PHPCheckstyle should by default work against say, PSR-1 and PSR-2 standards (since these are most common today) but can be overridden by passing through additional configuration values?

jbrooksuk commented 10 years ago

I'm starting this in the ast-parser branch now anyway.