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 843326c commit 51883daCopy full SHA for 51883da
.gitattributes
@@ -3,6 +3,7 @@ tests export-ignore
3
.gitattributes export-ignore
4
.gitignore export-ignore
5
.php_cs.dist export-ignore
6
+.scrutinizer.yml export-ignore
7
.travis.yml export-ignore
8
dockerfile.sh export-ignore
9
phpunit.xml.dist export-ignore
.scrutinizer.yml
@@ -0,0 +1,22 @@
1
+checks:
2
+ php: true
+
+tools:
+ php_mess_detector: true
+ php_cpd: true
+ php_loc:
+ excluded_dirs: [vendor]
+ php_pdepend:
10
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