Added Scrutinizer support

This commit is contained in:
Christopher Pitt 2015-11-07 11:18:33 +13:00
parent f874e30ad3
commit ae5cf4e1b8

12
.scrutinizer.yml Normal file
View File

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