mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 03:56:11 +01:00
TASK: Switch to new php scurtinizer engine
This commit is contained in:
parent
8d930448e0
commit
9a2d2734f2
1 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
build:
|
||||||
|
nodes:
|
||||||
|
analysis:
|
||||||
|
project_setup:
|
||||||
|
override: true
|
||||||
|
tests:
|
||||||
|
override: [php-scrutinizer-run]
|
||||||
|
|
||||||
filter:
|
filter:
|
||||||
excluded_paths:
|
excluded_paths:
|
||||||
- 'Configuration/*'
|
- 'Configuration/*'
|
||||||
|
@ -19,7 +27,7 @@ tools:
|
||||||
php_hhvm:
|
php_hhvm:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
use_undeclared_constant: false
|
use_undeclared_constant: false
|
||||||
|
|
||||||
php_mess_detector:
|
php_mess_detector:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -34,5 +42,5 @@ tools:
|
||||||
enabled: true
|
enabled: true
|
||||||
# We generate code coverage during tests at travis and will send them here
|
# We generate code coverage during tests at travis and will send them here
|
||||||
external_code_coverage:
|
external_code_coverage:
|
||||||
runs: 2
|
runs: 2
|
||||||
timeout: 1200
|
timeout: 1200
|
||||||
|
|
Loading…
Reference in a new issue