mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 21:41:06 +00:00
23 lines
489 B
YAML
23 lines
489 B
YAML
filter:
|
|
paths:
|
|
- src/*
|
|
excluded_paths:
|
|
- 'vendor/*'
|
|
- 'app/*'
|
|
- 'web/*'
|
|
- 'src/Wallabag/*Bundle/Tests/*'
|
|
- '*Test.php'
|
|
|
|
tools:
|
|
php_cs_fixer: true
|
|
php_analyzer: true
|
|
php_mess_detector: true
|
|
php_changetracking: true
|
|
php_code_sniffer: true
|
|
php_pdepend: true
|
|
sensiolabs_security_checker: true
|
|
external_code_coverage:
|
|
timeout: 1800
|
|
php_code_coverage: true
|
|
php_sim: false
|
|
php_cpd: false
|