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

Added standard Scrutinizer config
This commit is contained in:
Damian Mooyman 2015-12-16 12:25:09 +13:00
commit ff0598f827

9
.scrutinizer.yml Normal file
View File

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