Skip to content

Commit 34b9309

Browse files
committed
Add code quality in the scrutinizer
1 parent b56a594 commit 34b9309

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.scrutinizer.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
tools:
22
external_code_coverage:
3-
timeout: 600
3+
timeout: 600
4+
5+
checks:
6+
php:
7+
code_rating: true
8+
duplication: true

0 commit comments

Comments
 (0)