Passed
Pull Request — master (#2921)
by
unknown
06:37
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]
filter:
    excluded_paths: 
        - vendor/*
        - src/Backend/Core/Js/ckfinder/*
        - src/Backend/Core/Js/ckeditor/*
        - library/*
        - tools/*
tools:
    external_code_coverage:
        timeout: 3600
    php_mess_detector: true
    sensiolabs_security_checker: true
    php_code_coverage: true
    php_cpd: true
    php_pdepend:
        excluded_dirs:
            - vendor
application:
    symfony2:
        autoload_file: autoload.php
    dependencies:
        before:
            - 'composer install --prefer-dist'
checks:
    php:
        unused_variables: true
        unused_properties: true
        unused_parameters: true
        variable_existence: true
        unused_methods: true
        symfony_request_injection: true
        sql_injection_vulnerabilities: true
        simplify_boolean_return: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true