silverstripe-iframe/.scrutinizer.yml
Dylan Wagstaff 352bc67aa8 Update CI tool configurations to fit SS4 conventions
Also update test class to use non-deprecated methods from core (such as
Config::update). Fix a few code sniffer errors.
2017-11-22 18:10:32 +13:00

16 lines
194 B
YAML

inherit: true
build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
checks:
php:
code_rating: true
duplication: true
filter:
paths: [code/*, tests/*]