diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-08-21 18:00:02 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-08-21 18:00:02 +0200 |
commit | b45c18851659c58ceeebfff84b450cc1492a2ed1 (patch) | |
tree | b78470c6c93caf08203f55fae86221f66e0fdd71 /.scrutinizer.yml | |
parent | f506da40e2573a98cd84159b2ee36621220a2771 (diff) | |
download | wallabag-b45c18851659c58ceeebfff84b450cc1492a2ed1.tar.gz wallabag-b45c18851659c58ceeebfff84b450cc1492a2ed1.tar.zst wallabag-b45c18851659c58ceeebfff84b450cc1492a2ed1.zip |
Enable code rating on Scrutinizer
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 08f4a3e9..8fbd8265 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml | |||
@@ -21,3 +21,7 @@ tools: | |||
21 | php_code_coverage: true | 21 | php_code_coverage: true |
22 | php_sim: false | 22 | php_sim: false |
23 | php_cpd: false | 23 | php_cpd: false |
24 | |||
25 | checks: | ||
26 | php: | ||
27 | code_rating: true | ||