1
0
Fork 0

Fixed exclude arguments for phpcpd -> 3.rd try (thanks to bad documentation :()

Dieser Commit ist enthalten in:
DSB 2012-11-11 12:10:28 +00:00
Ursprung ed8b2fed69
Commit 8fb40cefff

Datei anzeigen

@ -68,7 +68,10 @@
<exec dir="${repodir}" executable="phpcpd"> <exec dir="${repodir}" executable="phpcpd">
<arg line="--log-pmd ${logdir}/pmd-cpd.xml <arg line="--log-pmd ${logdir}/pmd-cpd.xml
--names *.php --names *.php
--exclude ${repodir}/library/Zend/, ${repodir}/application/language/, ${repodir}/library/ZendX/, ${repodir}/tests/ --exclude ${repodir}/library/Zend/
--exclude ${repodir}/application/language/
--exclude ${repodir}/library/ZendX/
--exclude ${repodir}/tests/
./" /> ./" />
</exec> </exec>
</target> </target>