[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-11116-g5efec81

Michal Čihař nijel at users.sourceforge.net
Thu Jul 21 10:59:33 CEST 2011


The branch, master has been updated
       via  5efec81a17ef7e47e60a572513ecff9afdd3d673 (commit)
      from  9fe1aefb8ab22fdd0d99645492dac4d60a05988d (commit)


- Log -----------------------------------------------------------------
commit 5efec81a17ef7e47e60a572513ecff9afdd3d673
Author: Michal Čihař <mcihar at suse.cz>
Date:   Thu Jul 21 10:59:50 2011 +0200

    Ignore third party js libraries as well
    
    Maybe javascript should be ignored completely here?

-----------------------------------------------------------------------

Summary of changes:
 build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build.xml b/build.xml
index a6f09da..890b175 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


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list