2016-10-10 02:25:01 +08:00
|
|
|
|
2016-10-10 00:14:27 +08:00
|
|
|
filter:
|
|
|
|
excluded_paths:
|
|
|
|
- 'js/vendor*'
|
2016-12-20 01:27:52 +08:00
|
|
|
- 'l10n/'
|
|
|
|
- 'tests/'
|
2016-10-10 00:14:27 +08:00
|
|
|
|
|
|
|
imports:
|
|
|
|
- javascript
|
|
|
|
- php
|
|
|
|
|
2016-10-09 19:29:05 +08:00
|
|
|
tools:
|
|
|
|
external_code_coverage: true
|
2016-10-10 00:14:27 +08:00
|
|
|
external_code_coverage:
|
2017-01-06 20:12:42 +08:00
|
|
|
timeout: 7200 # Timeout in seconds: 2 hours
|
2016-10-09 19:29:05 +08:00
|
|
|
php_mess_detector: true
|
|
|
|
php_code_sniffer: true
|
|
|
|
sensiolabs_security_checker: true
|
2016-12-31 20:29:37 +08:00
|
|
|
php_code_coverage: true
|
|
|
|
|
|
|
|
build_failure_conditions:
|
|
|
|
- 'issues.label("coding-style").new.count > 5'
|
|
|
|
- 'issues.severity(>= MAJOR).new.exists'
|
|
|
|
- 'elements.rating(<= D).new.exists'
|
|
|
|
- 'project.metric("scrutinizer.quality", < 7.5)'
|