-
Notifications
You must be signed in to change notification settings - Fork 1
/
.scrutinizer.yml
38 lines (38 loc) · 1 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
inherit: true
before_commands:
- 'composer install --no-interaction --prefer-source'
tools:
external_code_coverage:
enabled: true
timeout: 600
php_code_sniffer:
enabled: true
config:
standard: psr2
php_cpd: false
php_sim: true
php_cs_fixer:
enabled: true
config:
level: psr2
fixers:
indentation: true
linefeed: true
trailing_spaces: true
unused_use: true
phpdoc_params: true
visibility: true
return: true
short_tag: true
braces: false
include: false
php_closing_tag: true
extra_empty_lines: true
controls_spaces: false
elseif: false
eof_ending: true
php_loc: true
php_mess_detector: true
php_pdepend: true
php_analyzer: true
sensiolabs_security_checker: true