Trying to get the exclude param for phpcpd working.
Dieser Commit ist enthalten in:
Ursprung
1b41cb8409
Commit
3aedaf9974
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -68,10 +68,10 @@
|
|||
<exec dir="${repodir}" executable="phpcpd">
|
||||
<arg line="--log-pmd ${logdir}/pmd-cpd.xml
|
||||
--names *.php
|
||||
--exclude ${repodir}/library/Zend
|
||||
--exclude ${repodir}/application/language
|
||||
--exclude ${repodir}/library/ZendX
|
||||
--exclude ${repodir}/tests
|
||||
--exclude ${repodir}/library/Zend/*
|
||||
--exclude ${repodir}/application/language/*
|
||||
--exclude ${repodir}/library/ZendX/*
|
||||
--exclude ${repodir}/tests/*
|
||||
./" />
|
||||
</exec>
|
||||
</target>
|
||||
|
|
Laden …
In neuem Issue referenzieren