-
Notifications
You must be signed in to change notification settings - Fork 8
/
.scrutinizer.yml
47 lines (44 loc) · 1.08 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
filter:
paths:
- 'src/*'
excluded_paths:
- 'docs/*'
- 'test/*'
- 'vendor/*'
build:
environment:
php:
version: 7.0.7
ini:
'date.timezone': 'Europe/Moscow'
mysql: false
mongodb: false
postgresql: false
neo4j: false
memcached: false
redis: false
rabbitmq: false
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
-
command: 'vendor/bin/phpunit --coverage-clover=coverage.clover'
coverage:
file: 'coverage.clover'
format: 'clover'
tests: true
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true