forked from amzn/amazon-payments-magento-2-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
37 lines (33 loc) · 849 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
tools:
external_code_coverage: false
php_code_coverage: false
php_code_sniffer:
config: { standard: 'Ecg' }
php_changetracking: false
php_sim: false
php_cs_fixer: true
php_mess_detector: true
php_pdepend: true
php_analyzer: true
sensiolabs_security_checker: true
filter:
paths:
- 'spec/*'
- 'src/*'
excluded_paths:
# exclude lengthy setup scripts
- 'src/*/Setup/InstallData.php'
- 'src/*/Setup/UpgradeData.php'
- 'src/*/Setup/InstallSchema.php'
- 'src/*/Setup/UpgradeSchema.php'
build:
tests:
override:
- true
cache:
directories: [ vendor/ ]
inherit: true
build_failure_conditions:
- 'elements.rating(<= D).exists'
- 'issues.new.exists'
- 'project.metric("scrutinizer.quality", < 9.4)'