Query/phpci.yml

23 lines
402 B
YAML

build_settings:
verbose: true
ignore:
- "tests"
setup:
env:
PHPCI: true
test:
php_unit:
config: 'tests/phpunit.xml'
run_from: 'tests'
php_docblock_checker:
allowed_warnings: 0
skip_classes: true
php_loc:
php_mess_detector:
allow_failures: true
rules:
- "unusedcode"
- "naming"
complete: