forked from baldurrensch/AliceBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
54 lines (54 loc) · 1.17 KB
/
.scrutinizer.yml
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
44
45
46
47
48
49
50
51
52
53
54
tools:
php_code_coverage:
enabled: true
config_path: ~
test_command: phpunit
filter:
excluded_paths:
- '*/Tests/*'
php_mess_detector:
enabled: true
extensions:
- php
command: phpmd
filter:
paths: { }
excluded_paths:
- '*/Tests/*'
config:
rulesets:
- codesize
php_cs_fixer:
enabled: true
extensions:
- php
command: php-cs-fixer
config:
level: psr2
php_analyzer:
enabled: true
filter:
excluded_paths:
- '*/Tests/*'
extensions:
- php
php_code_sniffer:
enabled: true
config:
standard: PSR2
extensions:
- php
command: phpcs
filter:
excluded_paths:
- '*/Tests/*'
sensiolabs_security_checker:
enabled: true
php_pdepend:
command: pdepend
configuration_file: ~
suffixes:
- php
excluded_dirs:
- vendor
enabled: true