Added standard Scrutinizer config

This commit is contained in:
helpfulrobot 2015-11-18 15:38:57 +13:00
parent f874e30ad3
commit d5e39fbbdf

9
.scrutinizer.yml Normal file
View File

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