Completed
Push — develop ( 493461...b46028 )
by Seth
15:53
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