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:
|
2016-10-09 19:14:27 +03:00
|
|
|
external_code_coverage:
|
2017-01-06 15:12:42 +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-12-31 15:29:37 +03:00
|
|
|
php_code_coverage: true
|
|
|
|
|
|
|
|
build_failure_conditions:
|
|
|
|
- 'issues.label("coding-style").new.count > 5'
|
|
|
|
- 'issues.severity(>= MAJOR).new.exists'
|
2023-06-19 14:31:02 +03:00
|
|
|
- 'project.metric("scrutinizer.quality", < 7.5)'
|