From 387ed37b318bc47f35eaaec732644f5dac710032 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 29 Oct 2013 23:53:07 +0100 Subject: [PATCH] [task/code-sniffer] Do not abort immediately on PHP Code Sniffer failure. PHPBB3-11980 --- build/build.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/build/build.xml b/build/build.xml index c033b1fefd..39a6333b5e 100644 --- a/build/build.xml +++ b/build/build.xml @@ -81,7 +81,7 @@ --standard=build/code_sniffer/ruleset-php-strict.xml --ignore=phpBB/phpbb/db/migration/data/v30x/* phpBB/phpbb" - dir="." checkreturn="true" passthru="true" /> + dir="." returnProperty="retval-php-strict" passthru="true" /> + dir="." returnProperty="retval-php-legacy" passthru="true" /> + + + + + + + + +