mirror of https://github.com/wallabag/wallabag.git
Enable code rating on Scrutinizer
This commit is contained in:
parent
f506da40e2
commit
b45c188516
|
@ -21,3 +21,7 @@ tools:
|
||||||
php_code_coverage: true
|
php_code_coverage: true
|
||||||
php_sim: false
|
php_sim: false
|
||||||
php_cpd: false
|
php_cpd: false
|
||||||
|
|
||||||
|
checks:
|
||||||
|
php:
|
||||||
|
code_rating: true
|
||||||
|
|
Loading…
Reference in New Issue