Checkout Config
            filter:
    excluded_paths: [docs/*, 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
            filter:
    excluded_paths:
        - 'tests/*'
        - '*.min.js'
checks:
    php: true
    javascript: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true