cpliakas / php-project-starter

A command line tool that allows developers to quickly create PHP applications that use common conventions and best-in-breed development tools.
MIT License
75 stars 23 forks source link

Add support for the PHP_CodeSniffer tool #6

Closed cpliakas closed 10 years ago

cpliakas commented 10 years ago

As per https://github.com/sebastianbergmann/php-jenkins-template/blob/gh-pages/download/build.xml#L92, would be great to follow the template.

Maybe we can adopt https://github.com/opensky/Symfony2-coding-standard.

cpliakas commented 10 years ago

Bad number in commit message, re-opening.

cpliakas commented 10 years ago

Not going to do this in favor of using https://github.com/fabpot/PHP-CS-Fixer in tandem with Scrutinizer CI.