From 299c88e6a003d7cca663bd5d84921c64f7e7b229 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 7 Nov 2013 09:48:01 -0500 Subject: [PATCH] Better exclude rule. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 9ba5bdb8539..558765c6231 100644 --- a/build.xml +++ b/build.xml @@ -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/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> <!-- Measure project with phploc --> -- GitLab