xwp / wp-dev-lib

DEPRECATED. Common code used during development of WordPress plugins and themes
MIT License
279 stars 58 forks source link

Add PHPMD #4

Open westonruter opened 11 years ago

westonruter commented 11 years ago

phpmd scans PHP source code and looks for potential problems such as possible bugs, dead code, suboptimal code, and overcomplicated expressions. http://phpqatools.org/

http://phpmd.org/

westonruter commented 9 years ago

Potential starting rulesets: https://gist.github.com/GaryJones/52b88024fd02a662233e https://github.com/michael-cannon/wordpress-starter/blob/master/tests/phpmd.ruleset.xml

yani- commented 9 years ago

I'm working on a pull request.