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

Added standard Scrutinizer config
This commit is contained in:
Damian Mooyman 2015-11-19 10:24:46 +13:00
commit 009c64e532
1 changed files with 4 additions and 4 deletions

View File

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