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

Trying again to skip unwanted PHPMD checks.

parent 299c88e6
Branches
Tags
No related merge requests found
......@@ -52,7 +52,7 @@
<!-- Report rule violations with PHPMD (mess detector) -->
<target name="phpmd">
<exec command="phpmd ${srcdir}/module xml ${srcdir}/tests/phpmd.xml --exclude ${srcdir}/module/*/tests --reportfile ${builddir}/reports/phpmd.xml" />
<exec command="phpmd ${srcdir}/module xml ${srcdir}/tests/phpmd.xml --exclude ${srcdir}/module/VuFind/tests,${srcdir}/module/VuFindSearch/tests --reportfile ${builddir}/reports/phpmd.xml" />
</target>
<!-- Measure project with phploc -->
......
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