-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.scrutinizer.yml
More file actions
27 lines (26 loc) · 765 Bytes
/
.scrutinizer.yml
File metadata and controls
27 lines (26 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
filter:
excluded_paths:
- 'vendors/*'
- '*/vendors/*'
- '*/tests/*'
- '*/vendor/*'
tools:
external_code_coverage: true
js_hint:
filter:
excluded_paths: ['vendors/*','*/vendors/*','*/tests/*','*/vendor/*']
php_mess_detector:
filter:
excluded_paths: ['vendors/*','*/vendors/*','*/tests/*','*/vendor/*']
sensiolabs_security_checker: true
php_pdepend:
excluded_dirs:
- vendors
- vendor
external_code_coverage:
timeout: '600'
php_hhvm: true
php_sim: true
# PHP Similarity Analyzer and Copy/paste Detector cannot be used at
# the same time right now. Make sure to either remove, or disable one.
php_cpd: false