Completed
Push — master ( 52852e...2c3ffa )
by Robbie
03:59
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