Completed
Push — master ( b6a9d1...1b7f7e )
by Mahmoud
03:41
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
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false