Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ specific prefix. -->
<!-- Download and enable the Coder Review module -->
<phingcall target="enable-module">
<property name="project" value="coder"/>
<property name="project.version" value="7.x-1.0"/>
<property name="project.version" value="7.x-2.0"/>
<property name="module" value="coder_review"/>
</phingcall>

Expand Down Expand Up @@ -618,11 +618,11 @@ No need to run `init` here. This target should only be called from parent

<!-- Execute coder review and output results in XML format-->
<drush command="${coder.review.command}" assume="yes"
pipe="yes" returnProperty="xml">
<param>no-empty</param>
<param>checkstyle</param>
<param>minor</param>
<param>${coder.review.type}</param>
haltonerror="false" pipe="yes" returnProperty="xml">
<param>--no-empty</param>
<param>--checkstyle</param>
<param>--minor</param>
<param>--${coder.review.type}</param>
<!-- Review all the modules and themes matching the project prefix -->
<param>${project.code.projects}</param>
<!-- Review additional modules which do not match the prefix -->
Expand Down