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 PHPMD #2

Closed cpliakas closed 10 years ago

cpliakas commented 10 years ago

As per the https://github.com/sebastianbergmann/php-jenkins-template project, we should adopt the PHPMD tool. Since the Jenkins template doesn't have a default phpmd.xml file, we should find another project that has one and adopt it here.

cpliakas commented 10 years ago

https://github.com/Nimlhug/Jenkins4Symfony2 could be an option.