Created
October 5, 2013 08:29
-
-
Save marc1706/6838325 to your computer and use it in GitHub Desktop.
Run phpcpd on all PHP files and output into xml report file in parent folder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://phar.phpunit.de/phpcpd.phar | |
find -name *.php | xargs php phpcpd.phar --log-pmd ../report_name.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment