Avoid using verbose mode

This commit is contained in:
Michal Čihař 2011-07-21 11:06:42 +02:00
parent c29c0e0eb5
commit 97b54f4ff4

View File

@ -60,7 +60,7 @@
<target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer excluding test, PHPExcel, tcpdf directories">
<exec executable="phpcs">
<arg line="-v
<arg line="
--ignore=*/PHPExcel/*,*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/highcharts/*,*/openlayers/*,*/jquery/*
--report=checkstyle
--report-file=${basedir}/build/logs/checkstyle.xml