We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9231506 commit aa6edbeCopy full SHA for aa6edbe
.gitattributes
@@ -4,6 +4,7 @@ tests export-ignore
4
.gitattributes export-ignore
5
.gitignore export-ignore
6
.php_cs.dist export-ignore
7
+.scrutinizer.yml export-ignore
8
.travis.yml export-ignore
9
dockerfile.sh export-ignore
10
phpunit.xml.dist export-ignore
.scrutinizer.yml
@@ -0,0 +1,27 @@
1
+checks:
2
+ php: true
3
+
+tools:
+ php_mess_detector: true
+ php_cpd: true
+ php_loc:
+ excluded_dirs: [vendor]
+ php_pdepend:
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