Completed
Push — master ( 1d2aac...92313b )
by Breno
14s queued 11s
created

Checkout Config

checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
filter:
    excluded_paths:
        - "vendor/*"
        - "tests/*"
    paths:
        - "src/*"
tools:
    php_analyzer: true
    php_changetracking: true
    php_code_sniffer:
        enabled: true
        config:
            standard: PSR2
    php_cpd: true
    php_mess_detector: true
    php_pdepend: true
    php_sim: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

Repository Config

# language: php