|
38 | 38 | <arg line="${source_comma_sep} |
39 | 39 | xml |
40 | 40 | codesize,design,naming,unusedcode |
41 | | - --exclude test,build,PHPExcel,tcpdf,php-gettext |
| 41 | + --exclude test,build,tcpdf,php-gettext |
42 | 42 | --reportfile ${basedir}/build/logs/pmd.xml" /> |
43 | 43 | </exec> |
44 | 44 | </target> |
|
48 | 48 | <arg line="--log-pmd ${basedir}/build/logs/pmd-cpd.xml |
49 | 49 | --exclude test |
50 | 50 | --exclude build |
51 | | - --exclude libraries/PHPExcel |
52 | 51 | --exclude libraries/tcpdf |
53 | 52 | --exclude libraries/php-gettext |
54 | 53 | ${source}" /> |
|
60 | 59 | <arg line="--log-csv ${basedir}/build/logs/phploc.csv |
61 | 60 | --exclude test |
62 | 61 | --exclude build |
63 | | - --exclude libraries/PHPExcel |
64 | 62 | --exclude libraries/tcpdf |
65 | 63 | --exclude libraries/php-gettext |
66 | 64 | ${source}" /> |
67 | 65 | </exec> |
68 | 66 | </target> |
69 | 67 |
|
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"> |
71 | 69 | <exec executable="phpcs"> |
72 | 70 | <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/* |
74 | 72 | --report=checkstyle |
75 | 73 | --report-file=${basedir}/build/logs/checkstyle.xml |
76 | 74 | --standard=PEAR |
|
0 commit comments