Added Scrutinizer support

This commit is contained in:
Christopher Pitt 2015-11-07 11:14:50 +13:00
parent 5b6dae480f
commit 1fe90397b3
1 changed files with 12 additions and 0 deletions

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