Skip to content

Commit aa6edbe

Browse files
committed
Add .scrutinizer.yml
1 parent 9231506 commit aa6edbe

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ tests export-ignore
44
.gitattributes export-ignore
55
.gitignore export-ignore
66
.php_cs.dist export-ignore
7+
.scrutinizer.yml export-ignore
78
.travis.yml export-ignore
89
dockerfile.sh export-ignore
910
phpunit.xml.dist export-ignore

.scrutinizer.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
checks:
2+
php: true
3+
4+
tools:
5+
php_mess_detector: true
6+
php_cpd: true
7+
php_loc:
8+
excluded_dirs: [vendor]
9+
php_pdepend:
10+
excluded_dirs: [vendor]
11+
external_code_coverage:
12+
runs: 3
13+
14+
build:
15+
environment:
16+
apt_packages:
17+
- libmpdec-dev
18+
php:
19+
version: 7.4
20+
pecl_extensions:
21+
- decimal
22+
- msgpack
23+
nodes:
24+
analysis:
25+
tests:
26+
override:
27+
- php-scrutinizer-run

0 commit comments

Comments
 (0)