Completed
Push — develop ( 744efc...43b554 )
by Greg
15s
created

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
        - '*.min.js'
        - '*/vendor/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false