Completed
Branch master (64f0c6)
by Andreas
02:41
created

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php:
        simplify_boolean_return: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: 
    environment:
        php: 7.0
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=/home/scrutinizer/build/some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    - 
                        command: phpcs-run
                        use_website_config: true 
        tests: true