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: