Added standard Scrutinizer config

This commit is contained in:
helpfulrobot 2015-12-16 11:06:51 +13:00
parent a09795b3a2
commit 1e2e65d279
1 changed files with 9 additions and 0 deletions

9
.scrutinizer.yml Normal file
View File

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