Passed
Push — master ( 68f77a...452e60 )
by Adam
05:10
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build: true