fulldecent / cameralife

Camera Life -- Run your own photo website
http://fulldecent.github.io/cameralife/
GNU General Public License v2.0
40 stars 14 forks source link

PHPMD #54

Closed fulldecent closed 10 years ago

fulldecent commented 10 years ago

Validate everything with https://github.com/phpmd/phpmd

phpmd . text unusedcode

Great, and add this to the release process or, better, unit testing process.

phpmd . html "cleancode,codesize,controversial,design,naming,unusedcode" > ../phpmd.html phpmd . html "cleancode,codesize,controversial,design,naming,unusedcode" --minimumpriority 2 > ../phpmd.html

fulldecent commented 10 years ago

Fixed with 595bffa817aa9558e5f14f3f09cd6c02e98142e4