Test Setup Failed
Pull Request — master (#24)
by Fukuro
07:08
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            general:
                linefeed_character: return-newline
build: true