From e604511512c3f4b721cf455d48372851aa1f1407 Mon Sep 17 00:00:00 2001 From: Sascha Riedinger Date: Mon, 28 Oct 2013 11:06:35 +0100 Subject: [PATCH 1/2] update to coder 7.x-2.0 --- build.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index ac5d251..17033f1 100644 --- a/build.xml +++ b/build.xml @@ -565,7 +565,7 @@ specific prefix. --> - + @@ -619,10 +619,10 @@ No need to run `init` here. This target should only be called from parent - no-empty - checkstyle - minor - ${coder.review.type} + --no-empty + --checkstyle + --minor + --${coder.review.type} ${project.code.projects} From 5d8362b4907aa5ffb39b43d4bdd7f66a61589d61 Mon Sep 17 00:00:00 2001 From: Sascha Riedinger Date: Tue, 29 Oct 2013 11:36:11 +0100 Subject: [PATCH 2/2] add haltonerror="false" to coder-review call. Because 'drush coder-review' returns 1 in some cases https://drupal.org/node/1974654 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 17033f1..41acde6 100644 --- a/build.xml +++ b/build.xml @@ -618,7 +618,7 @@ No need to run `init` here. This target should only be called from parent + haltonerror="false" pipe="yes" returnProperty="xml"> --no-empty --checkstyle --minor