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ř <michal@cihar.com>2016-02-24 16:44:17 +0300
committerMichal Čihař <michal@cihar.com>2016-02-24 16:44:17 +0300
commitf2e034451abb87fd28888da85a82a0a533242baa (patch)
tree96de5b4a97911a86c4b34577149159b28f9ffe1f /build.xml
parent4103e0c6ae7c34dc8cca0d1f7404b5efab8ac792 (diff)
Remove exclusion of php-gettext from test
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 8f66ead544..1f30680b15 100644
--- a/build.xml
+++ b/build.xml
@@ -67,7 +67,6 @@
--exclude PMAStandard
--exclude build
--exclude vendor
- --exclude libraries/php-gettext
--exclude libraries/bfShapeFiles
${source}" />
</exec>
@@ -80,7 +79,6 @@
--exclude PMAStandard
--exclude build
--exclude vendor
- --exclude libraries/php-gettext
--exclude libraries/bfShapeFiles
${source}" />
</exec>
@@ -89,7 +87,7 @@
<target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer excluding third party libraries">
<exec executable="phpcs">
<arg line="
- --ignore=*/php-gettext/*,*/vendor/*,*/canvg/*,*/codemirror/*,*/openlayers/*,*/jquery/*,*/jqplot/*,*/build/*,*/bfShapeFiles/*,*/PMAStandard/*
+ --ignore=*/vendor/*,*/canvg/*,*/codemirror/*,*/openlayers/*,*/jquery/*,*/jqplot/*,*/build/*,*/bfShapeFiles/*,*/PMAStandard/*
--report=checkstyle
--extensions=php
--report-file='${basedir}/build/logs/checkstyle.xml'