Ignoring errors in lang files for PHPCI.

This commit is contained in:
Dan Cryer 2014-12-04 19:39:07 +00:00
parent ea55e594b1
commit 44d775c79c

View file

@ -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: