ci.php-censor.info config fixes.

This commit is contained in:
Dmitry Khomutov 2018-05-07 20:47:04 +07:00
parent 5ac0cfba44
commit 95577f178a
No known key found for this signature in database
GPG Key ID: EC19426474B37AAC
1 changed files with 0 additions and 9 deletions

View File

@ -1,5 +1,4 @@
build_settings: build_settings:
clone_depth: 1
ignore: ignore:
- vendor - vendor
- tests - tests
@ -14,11 +13,6 @@ test:
- phpunit.xml - phpunit.xml
coverage: true coverage: true
php_mess_detector:
allow_failures: true
rules:
- phpmd.xml
php_code_sniffer: php_code_sniffer:
standard: PSR2 standard: PSR2
encoding: UTF-8 encoding: UTF-8
@ -33,9 +27,6 @@ test:
php_parallel_lint: php_parallel_lint:
allow_failures: true allow_failures: true
php_docblock_checker:
allow_failures: true
security_checker: security_checker:
allow_failures: false allow_failures: false