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

Added standard Scrutinizer config
This commit is contained in:
Damian Mooyman 2015-11-20 12:50:09 +13:00
commit 4d5c63e772
1 changed files with 8 additions and 0 deletions

View File

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