checks:
  php:
    code_rating: true
    duplication: true
filter:
  paths:
    - src/*
  excluded_paths:
    - tests/*
build:
  tests:
    override:
      -
        command: phpunit --coverage-clover=coverage
        coverage:
          file: coverage
          format: php-clover
                    filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false
build: true