Completed
Push — master ( 18d115...3e67ed )
by Dmitry
02:04
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - test/*
        - vendor/*

before_commands:
  - composer install --prefer-source

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 8
        spaces:
            around_operators:
                negation: true