Skip to content
Snippets Groups Projects
Commit a67ebbec authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge branch 'master' of https://github.com/vufind-org/vufind

parents f3e51a7a 825e7f3a
No related merge requests found
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<!-- PHP copy-and-paste detection --> <!-- PHP copy-and-paste detection -->
<target name="phpcpd"> <target name="phpcpd">
<exec command="phpcpd --log-pmd ${builddir}/reports/pmd-cpd.xml --exclude ${srcdir}/module/VuFind/tests/unit-tests/src/Auth ${srcdir}/module" /> <exec command="phpcpd --log-pmd ${builddir}/reports/pmd-cpd.xml --exclude tests ${srcdir}/module" />
</target> </target>
<!-- PHP CodeSniffer --> <!-- 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