Fix: try another method
This commit is contained in:
parent
9f042c9d78
commit
666854f1fb
@ -69,7 +69,7 @@
|
|||||||
<target name="phpcs">
|
<target name="phpcs">
|
||||||
<exec executable="phpcs" dir="${basedir}">
|
<exec executable="phpcs" dir="${basedir}">
|
||||||
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
|
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
|
||||||
--ignore=${basedir}/htdocs/conf,${basedir}/htdocs/core/filemanagerdol,${basedir}/htdocs/includes,**/PEAR/*,**/NET/*,**/HTTP/*,**/zendgdata/*,**/reportico/*
|
--ignore=**/conf/*,**/filemanagerdol/*,**/includes/*,**/PEAR/*,**/NET/*,**/HTTP/*,**/zendgdata/*,**/reportico/*
|
||||||
--report=checkstyle
|
--report=checkstyle
|
||||||
--report-file=${basedir}/hudson/logs/checkstyle.xml
|
--report-file=${basedir}/hudson/logs/checkstyle.xml
|
||||||
-v
|
-v
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user