2016-10-09 21:25:01 +03:00
|
|
|
|
2016-10-09 19:14:27 +03:00
|
|
|
filter:
|
|
|
|
excluded_paths:
|
|
|
|
- 'js/vendor*'
|
2016-12-19 20:27:52 +03:00
|
|
|
- 'l10n/'
|
|
|
|
- 'tests/'
|
2016-10-09 19:14:27 +03:00
|
|
|
|
|
|
|
imports:
|
|
|
|
- javascript
|
|
|
|
- php
|
|
|
|
|
2016-10-09 14:29:05 +03:00
|
|
|
tools:
|
|
|
|
external_code_coverage: true
|
2016-10-09 19:14:27 +03:00
|
|
|
external_code_coverage:
|
2016-10-09 21:25:01 +03:00
|
|
|
timeout: 7200 # Timeout in seconds: 2 hours
|
2016-10-09 14:29:05 +03:00
|
|
|
php_mess_detector: true
|
|
|
|
php_code_sniffer: true
|
|
|
|
sensiolabs_security_checker: true
|
2016-10-09 16:36:10 +03:00
|
|
|
php_code_coverage: true
|