Passed
Push — master ( 5d6054...291375 )
by Alexey
05:23
created

Repository Config

checks:
    php:
        duplication: true
    javascript: true

filter:   
     excluded_paths:
        - "system/modules/Libs/static/libs/"
build:
    tests:
        override:
            -
                command: 'phpunit -c phpunit.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
        braces:
            classes_functions:
                class: end-of-line
                function: end-of-line
                closure: end-of-line
            if:
                opening: end-of-line
            for:
                opening: end-of-line
            while:
                opening: end-of-line
            do_while:
                opening: end-of-line
            switch:
                opening: end-of-line
            try:
                opening: end-of-line
        upper_lower_casing:
            constants:
                true_false_null: lower