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

Added Scrutinizer support
This commit is contained in:
Daniel Hensby 2015-11-08 23:57:42 +00:00
commit 80f61a21be
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/*]