forked from lochmueller/staticfilecache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.scrutinizer.yml
More file actions
executable file
·43 lines (34 loc) · 780 Bytes
/
.scrutinizer.yml
File metadata and controls
executable file
·43 lines (34 loc) · 780 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
filter:
excluded_paths:
- 'Documentation/*'
- 'Tests/*'
- 'Resources/Private/Contrib/*'
- 'Resources/Private/Examples/*'
paths:
- 'Classes/*'
tools:
external_code_coverage:
timeout: 600
runs: 1
php_cpd:
enabled: true
php_code_sniffer:
enabled: true
config:
standard: TYPO3CMS
php_cs_fixer:
enabled: true
php_hhvm:
enabled: true
config:
use_undeclared_constant: false
php_mess_detector:
enabled: true
config:
controversial_rules:
superglobals: false
php_pdepend:
enabled: true
php_analyzer:
enabled: true
sensiolabs_security_checker: true