From: Jeremy Benoist Date: Fri, 21 Aug 2015 16:00:02 +0000 (+0200) Subject: Enable code rating on Scrutinizer X-Git-Tag: 2.0.0-alpha.0~14^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F1390%2Fhead;p=github%2Fwallabag%2Fwallabag.git Enable code rating on Scrutinizer --- diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 08f4a3e9..8fbd8265 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -21,3 +21,7 @@ tools: php_code_coverage: true php_sim: false php_cpd: false + +checks: + php: + code_rating: true