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

Better exclude rule.

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