Completed
Push — master ( fe7b40...512e6e )
by Konstantinos
13s queued 10s
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - 'bin/*'
        - 'tests/*'

tools:
    external_code_coverage: true
    php_analyzer: true
    php_code_sniffer: true
    php_cpd:
        enabled: true
        excluded_dirs: [tests, vendor]
    php_loc:
        enabled: true
        excluded_dirs: [tests, vendor]
    php_mess_detector: true
    php_pdepend: true
    sensiolabs_security_checker: true

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true