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

Added standard Scrutinizer config
This commit is contained in:
Christopher Pitt 2015-11-18 15:57:09 +13:00
commit d70a61ae98
1 changed files with 4 additions and 7 deletions

View File

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