Completed
Push — wip-platform ( 7c5e39...8597e7 )
by
unknown
09:24
created

Checkout Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'bin/*'
        - '*.min.js'
        - 'Tests/*'
checks:
    php:
        code_rating: true
        duplication: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
        - '*.min.js'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true