passman/.scrutinizer.yml
Holger Hees 350ea188cf fixed scrutinizer ci
Signed-off-by: Holger Hees <holger.hees@desy.de>
2023-06-19 13:33:20 +02:00

24 lines
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)'