Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 6c432a4

Browse files
committed
Updates scrutinizer config
1 parent e2a77d6 commit 6c432a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.scrutinizer.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
filter:
22
paths: [src/*]
3+
checks:
4+
php:
5+
code_rating: true
6+
duplication: true
37
tools:
4-
php_analyzer: true
5-
php_mess_detector: true
6-
php_pdepend: true
7-
external_code_coverage:
8-
timeout: '600'
8+
external_code_coverage: true

0 commit comments

Comments
 (0)