Completed
Push — master ( 54ddf1...ef6d8d )
by Julien
02:51
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - '*.min.js'
        - '*/dist/*'
        - "resources/assets/js/*"
        - "resources/assets/jquery/*"
        - "resources/assets/boostrap/*"
        - "resources/assets/bootstrap-switch/*"
        - "resources/assets/bootstrap/js/*"
        - "resources/assets/bootstrap/package.js"
        - "resources/assets/bootstrap/Gruntfile.js"
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false