PHPCI should probably have a phpci.yml file...

This commit is contained in:
Dan Cryer 2013-05-10 16:44:32 +01:00
parent 93052d6cf0
commit 1a4f0b75a5

15
phpci.yml Normal file
View file

@ -0,0 +1,15 @@
setup:
composer:
action: "install"
ignore:
- "vendor/"
test:
php_mess_detector:
allow_failures: true
php_code_sniffer:
standard: "PSR2"
allow_failures: true
php_cpd:
allow_failures: true