Completed
Push — develop ( 2471d3...076d45 )
by Greg
01:52
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