From 44d775c79c5d6b407229275e52aa67249d337367 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 4 Dec 2014 19:39:07 +0000 Subject: [PATCH] Ignoring errors in lang files for PHPCI. --- phpci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpci.yml b/phpci.yml index 20419bda..c8ce9ea6 100644 --- a/phpci.yml +++ b/phpci.yml @@ -7,6 +7,7 @@ build_settings: - "public/install.php" # PHPCS really doesn't like PHP mixed with HTML (and so it shouldn't) - "PHPCI/Migrations" # Ignore the migrations directory, as both PHPMD and PHPCS can't cope with them. - "PHPCI/Model/Base" # These files are auto-generated, and sometimes hit PHPMD complexity thresholds. + - "PHPCI/Languages" # PHPCS fails on character counts for non-Latin languages setup: composer: