try to exclude
This commit is contained in:
parent
d05b4cc674
commit
34e672cb45
@ -67,15 +67,15 @@
|
|||||||
|
|
||||||
<!-- Generate checkstyle.xml -->
|
<!-- Generate checkstyle.xml -->
|
||||||
<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
|
||||||
--report=checkstyle
|
--ignore=${basedir}/htdocs/conf,${basedir}/htdocs/core/filemanagerdol,${basedir}/htdocs/includes,**/PEAR/*,**/NET/*,**/HTTP/*,**/zendgdata/*,**/reportico/*
|
||||||
--ignore=${ignorepaths},${ignoreregexp}
|
--report=checkstyle
|
||||||
--report-file=${basedir}/hudson/logs/checkstyle.xml
|
--report-file=${basedir}/hudson/logs/checkstyle.xml
|
||||||
-v
|
-v
|
||||||
htdocs
|
htdocs
|
||||||
"/>
|
"/>
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Run unit tests and generate junit.xml and clover.xml -->
|
<!-- Run unit tests and generate junit.xml and clover.xml -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user