зеркало из https://github.com/nextcloud/passman.git
24 строки
511 B
YAML
24 строки
511 B
YAML
|
|
filter:
|
|
excluded_paths:
|
|
- 'js/vendor*'
|
|
- 'l10n/'
|
|
- 'tests/'
|
|
|
|
imports:
|
|
- javascript
|
|
- php
|
|
|
|
tools:
|
|
external_code_coverage:
|
|
timeout: 7200 # Timeout in seconds: 2 hours
|
|
php_mess_detector: true
|
|
php_code_sniffer: true
|
|
sensiolabs_security_checker: true
|
|
php_code_coverage: true
|
|
|
|
build_failure_conditions:
|
|
- 'issues.label("coding-style").new.count > 5'
|
|
- 'issues.severity(>= MAJOR).new.exists'
|
|
- 'project.metric("scrutinizer.quality", < 7.5)'
|