Completed
Push — master ( 6ae91d...a8d1a5 )
by Cédric
02:44
created

Checkout Config

filter:
    excluded_paths:
        - "tests/*"
        - ".atoum.php"
    dependency_paths:
        - "env/*"
        - "vendor/*"

before_commands:
    - "composer install"

tools:
    external_code_coverage:
        timeout: 600
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
    php_loc: true
    php_cpd: false

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - 'phpcs-run --encoding=UTF-8 --ignore=.css --ignore=.scss --ignore=.js --standard=./check-style.xml ./src'
                    - js-scrutinizer-run
        tests: true

checks:
    php: true
    javascript: true