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

More specific exclude for phpcpd

(best we can do until this issue is resolved: https://github.com/sebastianbergmann/phpcpd/issues/10)
parent 43d77dbb
No related merge requests found
......@@ -67,7 +67,7 @@
<!-- 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" />
<exec command="phpcpd --log-pmd ${builddir}/reports/pmd-cpd.xml --exclude ${srcdir}/module/VuFind/tests/unit-tests/src/Auth ${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