From 357a95cb6128f100edc0dea173a0d9b023f4be09 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Tue, 8 Oct 2013 16:38:05 +0100 Subject: [PATCH] Updating phpci.yml to allow some fails. --- phpci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpci.yml b/phpci.yml index 1a2a658d..ce9170f0 100644 --- a/phpci.yml +++ b/phpci.yml @@ -17,3 +17,4 @@ test: php_code_sniffer: standard: "PSR2" php_loc: + allow_failures: true