Completed
Push — master ( 2a1d4b...56e5f8 )
by Dan
02:16
created

Checkout Config

build:
    tests:
        override:
            -
                command: bin/phpunit --coverage-clover my-coverage-file -c tests
                coverage:
                    file: my-coverage-file
                    format: php-clover

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - "src/SixtyNine/DataTypes/Tests/*"

tools:
    php_mess_detector: true
    php_cs_fixer: true
    sensiolabs_security_checker: true
    php_cpd: true
    php_loc: true
    php_hhvm: true
    php_code_sniffer: true
    php_sim: true
    php_changetracking: true
    php_pdepend: true
    php_analyzer: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true