Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2011-07-21 13:06:42 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-21 13:06:42 +0400
commit97b54f4ff4990e35bbb9ac61b6c57c881748479e (patch)
tree779279b1f0890c74b49fb79cc0410b95ac66c76a /build.xml
parentc29c0e0eb5039645730d4a9f4deb07ea0af1337d (diff)
Avoid using verbose mode
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 1e7dc98f76..62273df2e8 100644
--- a/build.xml
+++ b/build.xml
@@ -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