forked from austinheap/laravel-database-encryption
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
38 lines (38 loc) · 885 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
build:
dependencies:
before:
- 'pecl install uopz'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
-
command: 'vendor/bin/phpunit --coverage-clover build/logs/clover.xml'
coverage:
file: 'build/logs/clover.xml'
format: 'clover'
environment:
php:
version: 7.1, 7.2
tools:
php_loc:
enabled: true
command: phploc
excluded_dirs:
- vendor
- tests
- build
- docs
sensiolabs_security_checker: true
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'build/*'
- 'docs/*'
checks:
php:
code_rating: true
duplication: true