Passed
Push — master ( 82dcb0...07d70b )
by Pablo
05:35
created

Checkout Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_code_sniffer:
        config:
            standard: "PSR2"
    external_code_coverage:
        runs: 1

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

checks:
    php: true

Repository Config

checks:
    php: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true