Skip to content
Snippets Groups Projects
Commit b0a6ce16 authored by jurgenhaas's avatar jurgenhaas
Browse files

#2 Add phpcpd

parent 2b0a29bc
No related branches found
No related tags found
No related merge requests found
ahoyapi: v2
commands:
phpcpd:
cmd: ahoy d4d exec vendor/bin/phpcpd "$@"
usage: PHP Copy and Paste Detector
phpcs:
cmd: ahoy d4d exec vendor/bin/phpcs --standard=DrupalPractice --file-list=/var/www/html/tests/phpcs.files "$@"
usage: PHP coding standards
phploc:
cmd: ahoy d4d exec vendor/bin/phploc "$@"
usage: PHP LOC analysis
phpmd:
cmd: ahoy d4d exec vendor/bin/phpmd "$@"
usage: PHP Mess Detector
phpunit:
cmd: ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist "$@"
usage: PHP unit tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment