[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-11117-g8adf643

The branch, master has been updated via 8adf643bdaef02dbf1e6c1eecaa504ef1d9033c6 (commit) from 5efec81a17ef7e47e60a572513ecff9afdd3d673 (commit) - Log ----------------------------------------------------------------- commit 8adf643bdaef02dbf1e6c1eecaa504ef1d9033c6 Author: Michal Čihař <mcihar@suse.cz> Date: Thu Jul 21 11:00:53 2011 +0200 Ignore jquery libs as well ----------------------------------------------------------------------- Summary of changes: build.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build.xml b/build.xml index 890b175..1e7dc98 100644 --- a/build.xml +++ b/build.xml @@ -61,7 +61,7 @@ <target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer excluding test, PHPExcel, tcpdf directories"> <exec executable="phpcs"> <arg line="-v - --ignore=*/PHPExcel/*,*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/highcharts/*,*/openlayers/* + --ignore=*/PHPExcel/*,*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/highcharts/*,*/openlayers/*,*/jquery/* --report=checkstyle --report-file=${basedir}/build/logs/checkstyle.xml --standard=PEAR hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař