Passed
Push — master ( a589f8...1929d3 )
by Alexis
01:42 queued 11s
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - tests/
  paths:
    - src/

build:
  environment:
    php:
      version: 7.2
  dependencies:
    override:
      -
        command: 'SYMFONY_VERSION="^4.4" make composer-require-symfony-version'
      -
        command: 'make composer-install'
        idle_timeout: 900
  tests:
    override:
      -
        command: 'make phpspec'
      -
        command: './vendor/bin/phpunit --coverage-clover=coverage-clover'
        coverage:
          file: 'coverage-clover'
          format: 'php-clover'
      -
        command: 'make behat'

Repository Config

# language: php

checks:
    php:
        instanceof_class_exists: true
        return_doc_comments: true
        phpunit_assertions: true
        parameter_doc_comments: true
        avoid_todo_comments: true
        avoid_multiple_statements_on_same_line: true
        avoid_perl_style_comments: true