Skip to content
Snippets Groups Projects
Commit bb8eb4af authored by Demian Katz's avatar Demian Katz
Browse files

Added phpcpd task.

parent f1bcb5c2
No related merge requests found
......@@ -44,6 +44,12 @@
<phingcall target="phpcs"/>
<phingcall target="phpunit"/>
<phingcall target="phpdoc"/>
<phingcall target="phpcpd"/>
</target>
<!-- PHP copy-and-paste detection -->
<target name="phpcpd">
<exec command="phpcpd --log-pmd ${builddir}/reports/pmd-cpd.xml --exclude ${srcdir}/module/VuFind/tests/* ${srcdir}/module" />
</target>
<!-- PHP CodeSniffer -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment