Merge pull request #24 from assertchris/add-scrutinizer-support

Added Scrutinizer support
This commit is contained in:
Michael Strong 2015-11-07 11:43:23 +13:00
commit 7f4f7bb1b4
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/*]