phpci/phpci.yml

15 lines
218 B
YAML

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