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

Added standard Scrutinizer config
This commit is contained in:
Daniel Hensby 2015-11-18 12:42:33 +00:00
commit 9cb2a79f8d

View File

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