1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Make phpcpd more verbose

This commit is contained in:
Tim Düsterhus 2013-09-25 18:50:43 +02:00
parent 1162a42dbc
commit 8b135278e5

View File

@ -17,4 +17,4 @@ before_script:
script: script:
- find file -type f -name '*.php' |xargs -I file php -l file - find file -type f -name '*.php' |xargs -I file php -l file
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" file - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" file
- phpcpd file - phpcpd --verbose --min-lines 10 file