Merge pull request #25 from helpfulrobot/add-standard-scrutinizer-config

Added standard Scrutinizer config
This commit is contained in:
Daniel Hensby 2015-11-23 17:52:13 +00:00
commit 78374ee57c
1 changed files with 9 additions and 0 deletions

9
.scrutinizer.yml Normal file
View File

@ -0,0 +1,9 @@
inherit: true
checks:
php:
code_rating: true
duplication: true
filter:
paths: [code/*, tests/*]