php-censor/phpci.yml

25 lines
575 B
YAML
Raw Normal View History

build_settings:
verbose: false
ignore:
- "vendor"
- "Tests"
- "PHPCI/Command" # PHPMD complains about un-used parameters, but they are required.
- "public/install.php" # PHPCS really doesn't like PHP mixed with HTML (and so it shouldn't)
2014-05-02 15:18:01 +02:00
setup:
composer:
action: "install"
test:
php_mess_detector:
2014-05-02 15:50:19 +02:00
allowed_warnings: 10 # Set max warnings at the current level - Disallow any further errors creeping in.
php_code_sniffer:
standard: "PSR2"
php_loc:
2014-05-02 15:03:22 +02:00
php_unit:
failure:
email:
committer: true
cc: ["php-ci@googlegroups.com"]