From 34b93099beb3d010d7da109a5768e23e734d60d8 Mon Sep 17 00:00:00 2001 From: Avtandil Kikabidze Date: Mon, 9 Oct 2017 14:45:48 +0400 Subject: [PATCH] Add code quality in the scrutinizer --- .scrutinizer.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 6dd940c..24e3c83 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,3 +1,8 @@ tools: external_code_coverage: - timeout: 600 \ No newline at end of file + timeout: 600 + +checks: + php: + code_rating: true + duplication: true