Completed
Push — master ( 58af7c...c2ca97 )
by Camilo
01:44
created

Checkout Config

filter:
    paths: [src/*]
    excluded_paths: [bin/*, vendor/*, tests/*, examples/*, VagrantProvisionScripts/*]
tools:
    external_code_coverage: true
    php_pdepend: true
    sensiolabs_security_checker: true
    php_loc:
        enabled: true
    php_cpd:
        enabled: true
    php_cs_fixer:
        enabled: true
        config: { level: psr2 }

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:
        - 'vendor/*'
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false