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?
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?