Passed
Push — master ( 298e9b...ad6831 )
by Hannes
02:30
created

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'features/*'
        - 'spec/*'
        - 'src/DependencyInjection/ProjectServiceContainer.php'
        - 'bob_config.php'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run
build_failure_conditions:
    - 'issues.severity(= MAJOR).new.exists'
    - 'elements.rating(<= D).new.exists'