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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-04-28 04:42:18 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-28 04:42:18 +0300
commite4a3c6983194ecb42f6a2d4764d5e6f20a04e6b1 (patch)
tree1f4d35b627547b41f501b171478388957d8293f2 /build.xml
parenta1d50f20a9c1be01ddc53c25061a13b5e963a47e (diff)
Properly exclude recaptcha and swekey
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
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 de75690b79..aa6dfe6f1c 100644
--- a/build.xml
+++ b/build.xml
@@ -99,7 +99,7 @@
<target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer excluding third party libraries">
<exec executable="phpcs">
<arg line="
- --ignore=*/php-gettext/*,*/vendor/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/openlayers/*,*/jquery/*,*/jqplot/*,*/build/*,*/bfShapeFiles/*,*/PMAStandard/*,*/phpseclib/*,*/recaptchalib.php,*/swekey.php,*/sql-formatter/*
+ --ignore=*/php-gettext/*,*/vendor/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/openlayers/*,*/jquery/*,*/jqplot/*,*/build/*,*/bfShapeFiles/*,*/PMAStandard/*,*/phpseclib/*,*/recaptcha/*,*/swekey/*,*/sql-formatter/*
--report=checkstyle
--extensions=php
--report-file='${basedir}/build/logs/checkstyle.xml'