Fix: redefined codesniffer rules for hudson
This commit is contained in:
parent
9383e493ab
commit
112ad5b7e0
14
build.xml
14
build.xml
@ -76,14 +76,14 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Generate checkstyle.xml -->
|
<!-- Generate checkstyle.xml -->
|
||||||
|
|
||||||
<target name="phpcs">
|
<target name="phpcs">
|
||||||
<exec executable="phpcs" output="/dev/null">
|
<exec executable="phpcs" dir="${basedir}" output="${basedir}/hudson/logs/checkstyle.xml">
|
||||||
<arg line="--report=checkstyle
|
<arg line=" --standard=${basedir}/dev/codesniffer/ruleset.xml
|
||||||
--report-file='${basedir}/hudson/logs/checkstyle.xml'
|
--ignore=${basedir}/htdocs/includes
|
||||||
--standard=Sebastian
|
--report=checkstyle
|
||||||
--ignore=*\\htdocs\\includes\\*
|
htdocs
|
||||||
htdocs
|
"/>
|
||||||
" />
|
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user