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:00:53 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-21 13:00:53 +0400
commit8adf643bdaef02dbf1e6c1eecaa504ef1d9033c6 (patch)
tree508505f20651b3074add2027433ab7d73d65facb /build.xml
parent5efec81a17ef7e47e60a572513ecff9afdd3d673 (diff)
Ignore jquery libs as well
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 890b175523..1e7dc98f76 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