Added standard Scrutinizer config

This commit is contained in:
helpfulrobot 2015-11-18 15:16:04 +13:00
parent 91f9c9cb5b
commit f74ee83e81

9
.scrutinizer.yml Normal file
View File

@ -0,0 +1,9 @@
inherit: true
checks:
php:
code_rating: true
duplication: true
filter:
paths: [code/*, tests/*]