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/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=b45c18851659c58ceeebfff84b450cc1492a2ed1 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