Passed
Push — master ( 4e12fe...ad0383 )
by Andrey
04:42
created

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/*'
        - 'web/ckfinder/*'
        - '*.min.js'
    dependency_paths:
        - 'web/ckfinder/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                multiplicative: false
            within:
                brackets: true
            other:
                after_type_cast: false