Added Scrutinizer support

This commit is contained in:
Christopher Pitt 2015-11-07 11:07:39 +13:00
parent eee39bca4e
commit ff39cd6eb4

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/*]