Skip to content
Snippets Groups Projects
Commit 34e672cb authored by Regis Houssin's avatar Regis Houssin
Browse files

try to exclude

parent d05b4cc6
No related branches found
No related tags found
No related merge requests found
......@@ -67,15 +67,15 @@
<!-- Generate checkstyle.xml -->
<target name="phpcs">
<exec executable="phpcs" dir="${basedir}">
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
--report=checkstyle
--ignore=${ignorepaths},${ignoreregexp}
--report-file=${basedir}/hudson/logs/checkstyle.xml
-v
htdocs
"/>
</exec>
<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/*
--report=checkstyle
--report-file=${basedir}/hudson/logs/checkstyle.xml
-v
htdocs
"/>
</exec>
</target>
<!-- Run unit tests and generate junit.xml and clover.xml -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment