Test Failed
Push — master ( 6b34e1...8fcff1 )
by Marcel
04:12
created

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
        - '*.min.js'
        - '*/vendor/*'
        - '*/build/*'
        - '*/dist/*'
checks:
    php:
        remove_extra_empty_lines: true
        parameter_doc_comments: true
        align_assignments: true
        avoid_multiple_statements_on_same_line: true
        avoid_todo_comments: true
        encourage_single_quotes: true
        no_goto: true
    javascript: true

coding_style:
    php:
        spaces:
            before_keywords:
                else: false
build: true