Completed
Push — master ( fe8f7e...b432a9 )
by Tim
02:54 queued 01:08
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true
filter: {  }

Global Config

imports:
    - php
tools:
    php_code_sniffer:
        config:
            ruleset: ./phpcs.xml
            
    sensiolabs_security_checker: true
    php_mess_detector: true
    php_analyzer: true
    php_pdepend: true
    php_sim: true
    external_code_coverage: true