Completed
Push — develop ( 79e117...34fa42 )
by Seth
02:25
created

Checkout Config

filter:
    excluded_paths: [doc/*, examples/*, tests/*]

checks:
    php: true
    javascript: true

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

# build:
#    tests:
#        override:
#            -
#                command: 'phpunit --coverage-clover=coverage.clover'
#                coverage:
#                    file: 'coverage.clover'
#                    format: 'clover'

Repository Config

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