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 12:59:50 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-21 12:59:52 +0400
commit5efec81a17ef7e47e60a572513ecff9afdd3d673 (patch)
treea8fc07154c775ead87f32d7d9005fd410c142d04 /build.xml
parent9fe1aefb8ab22fdd0d99645492dac4d60a05988d (diff)
Ignore third party js libraries as well
Maybe javascript should be ignored completely here?
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 a6f09da0ed..890b175523 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/*
+ --ignore=*/PHPExcel/*,*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/highcharts/*,*/openlayers/*
--report=checkstyle
--report-file=${basedir}/build/logs/checkstyle.xml
--standard=PEAR