diff --git a/quickbuild.xml b/quickbuild.xml index 60ee0c03f4859037930668e3e0eb68d8cbd75197..1982ff150e52bb97c45d73fc661cb0b1ecff103d 100644 --- a/quickbuild.xml +++ b/quickbuild.xml @@ -69,7 +69,7 @@ <target name="phpcs"> <exec executable="phpcs" dir="${basedir}"> <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-file=${basedir}/hudson/logs/checkstyle.xml -v