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>2013-07-29 17:50:36 +0400
committerMichal Čihař <mcihar@suse.cz>2013-07-29 17:50:36 +0400
commitfc5eace830dee569a119f2a0a048cdf65728a865 (patch)
tree80e17712d0218c7337eda33d9a515b174934371d /build.xml
parent23744480440d1a1060c2b1c619be571df0a2888a (diff)
Process only php files using phpcs
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 27794c4c26..dbea85090d 100644
--- a/build.xml
+++ b/build.xml
@@ -44,7 +44,7 @@
<arg line="${source_comma_sep}
xml
codesize,design,naming,unusedcode
- --exclude lib/Cake/,vendors/
+ --exclude test,build,tcpdf,php-gettext,bfShapeFiles,PMAStandard,phpseclib,recaptchalib.php,swekey.php
--reportfile '${basedir}/build/logs/pmd.xml'" />
</exec>
</target>
@@ -86,6 +86,7 @@
<arg line="
--ignore=*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/openlayers/*,*/jquery/*,*/jqplot/*,*/build/*,*/bfShapeFiles/*,*/PMAStandard/*,*/phpseclib/*,*/recaptchalib.php,*/swekey.php
--report=checkstyle
+ --extensions=php
--report-file='${basedir}/build/logs/checkstyle.xml'
--standard=PMAStandard
${source}" />