Completed
Push — master ( 9205ec...3b76a4 )
by Michał
04:04
created

Checkout Config

filter:
  paths: [src/*]
  excluded_paths: [tests/*]
tools:
  php_analyzer: true
  php_code_sniffer:
    config:
      standard:
        "PSR2"
checks:
  php:
    code_rating: true
build:
  dependencies:
    override:
     - composer install --no-interaction --prefer-source
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --verbose --coverage-clover=coverage.xml'
        coverage:
          file: 'coverage.xml'
          format: 'php-clover'

Repository Config

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