Completed
Push — configchanges ( cd3932...5a22dd )
by
unknown
02:38
created

Checkout Config

inherit: true

checks:
  php:
    code_rating: true
    duplication: true
    phpunit_assertions: true

filter:
  paths: [code/*, tests/*]

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true