Skip to content

Commit b48b13d

Browse files
committed
remove library/PHPExcel from build.xml
1 parent 435c147 commit b48b13d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

build.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<arg line="${source_comma_sep}
3939
xml
4040
codesize,design,naming,unusedcode
41-
--exclude test,build,PHPExcel,tcpdf,php-gettext
41+
--exclude test,build,tcpdf,php-gettext
4242
--reportfile ${basedir}/build/logs/pmd.xml" />
4343
</exec>
4444
</target>
@@ -48,7 +48,6 @@
4848
<arg line="--log-pmd ${basedir}/build/logs/pmd-cpd.xml
4949
--exclude test
5050
--exclude build
51-
--exclude libraries/PHPExcel
5251
--exclude libraries/tcpdf
5352
--exclude libraries/php-gettext
5453
${source}" />
@@ -60,17 +59,16 @@
6059
<arg line="--log-csv ${basedir}/build/logs/phploc.csv
6160
--exclude test
6261
--exclude build
63-
--exclude libraries/PHPExcel
6462
--exclude libraries/tcpdf
6563
--exclude libraries/php-gettext
6664
${source}" />
6765
</exec>
6866
</target>
6967

70-
<target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer excluding test, PHPExcel, tcpdf directories">
68+
<target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer excluding test, tcpdf directories">
7169
<exec executable="phpcs">
7270
<arg line="
73-
--ignore=*/PHPExcel/*,*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/highcharts/*,*/openlayers/*,*/jquery/*,*/build/*
71+
--ignore=*/php-gettext/*,*/tcpdf/*,*/canvg/*,*/codemirror/*,*/highcharts/*,*/openlayers/*,*/jquery/*,*/build/*
7472
--report=checkstyle
7573
--report-file=${basedir}/build/logs/checkstyle.xml
7674
--standard=PEAR

0 commit comments

Comments
 (0)