Completed
Push — master ( 704539...2a5253 )
by Robbie
02:16
created

Checkout Config

inherit: true

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

checks:
  php:
    code_rating: true
    duplication: true

build:
  dependencies:
    override:
      - true
  tests:
    override:
      - phpcs-run

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true