Skip to content

Commit 51883da

Browse files
committed
Add .scrutinizer.yml
1 parent 843326c commit 51883da

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.gitattributes

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

.scrutinizer.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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: 1
13+
14+
build:
15+
environment:
16+
php:
17+
version: 7.4
18+
nodes:
19+
analysis:
20+
tests:
21+
override:
22+
- php-scrutinizer-run

0 commit comments

Comments
 (0)