Passed
Push — master ( 00fce7...f8ccab )
by korelstar
02:48
created

Checkout Config

filter:
        excluded_paths:
                - 'js/*'
                - 'templates/*'
                - 'l10n/*'
                - 'tests/*'

build:
        nodes:
                analysis:
                        tests:
                                override:
                                        - php-scrutinizer-run

tools:
        external_code_coverage: false
        js_hint: false

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                bitwise: false