Completed
Push — master ( fd7c36...49f0d1 )
by Luke
02:28
created

Checkout Config

before_commands:
    - 'composer install --prefer-source --no-interaction'
filter:
        paths:
            - 'src/*'
        excluded_paths:
            - 'build/*'
            - 'vendor/*'
            - 'tests/*'
tools:
    php_analyzer: true
    php_mess_detector: true
    php_code_sniffer:
        config:
            standard: PSR2
    php_code_coverage:
        config_path: phpunit.xml
    php_cpd:
        excluded_dirs:
            - vendor
            - tests
    php_loc:
        excluded_dirs:
            - vendor
            - tests
    php_pdepend:
        excluded_dirs:
            - vendor
            - tests

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        security_vulnerabilities: false

coding_style:
    php:
        spaces:
            other:
                after_type_cast: false