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

Added Scrutinizer support
This commit is contained in:
Cam Findlay 2015-11-07 11:42:11 +13:00
commit c202259bc1
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/*]