Test Setup Failed
Push — develop ( 02a1a8...5a1f22 )
by Tony
07:15
created

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
checks:
    php:
        avoid_perl_style_comments: true
        classes_in_camel_caps: true
        function_in_camel_caps: true
        phpunit_assertions: true
        return_doc_comments: true
        uppercase_constants: true
        simplify_boolean_return: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: false

coding_style:
    php:
        braces:
            if:
                else_on_new_line: true

build: true