-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
44 lines (43 loc) · 956 Bytes
/
.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
checks:
php: true
build:
nodes:
analysis:
environment:
php: 7.3.0
tests:
override:
- phpcs-run
- php-scrutinizer-run
filter:
excluded_paths:
- 'Test/*'
- 'Modules/*'
tools:
external_code_coverage:
timeout: 2400
php_sim: true
php_cpd: false
php_code_coverage:
enabled: false
php_cs_fixer:
config:
level: psr12
filter:
excluded_paths:
- 'Test/*'
- 'Modules/*'
php_mess_detector:
config:
rulesets:
- codesize
- unusedcode
- naming
- design
naming_rules:
short_variable:
minimum: 2
filter:
excluded_paths:
- 'Test/*'
- 'Modules/*'