mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 17:43:26 +08:00
19 lines
No EOL
367 B
YAML
19 lines
No EOL
367 B
YAML
|
|
filter:
|
|
excluded_paths:
|
|
- 'js/vendor*'
|
|
- 'l10n/'
|
|
- 'tests/'
|
|
|
|
imports:
|
|
- javascript
|
|
- php
|
|
|
|
tools:
|
|
external_code_coverage: true
|
|
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 |