twofactor_u2f/.scrutinizer.yml

23 строки
405 B
YAML

build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run --enable-security-analysis
filter:
excluded_paths:
- 'js/tests/*'
- 'vendor/*'
- 'l10n/*'
- 'tests/*'
imports:
- javascript
- php
tools:
external_code_coverage:
timeout: 600 # Timeout in seconds. 10 minutes
runs: 1