Completed
Push — master ( 5fb2c0...ccfcd1 )
by Matt
02:36
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

tools:
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_cpd: true
    php_loc: true
    php_pdepend: true
filter:
    paths:
        - src/*
build:
    tests:
        override:
            -
                command: phpunit --coverage-clover=my-coverage-file
                coverage:
                    file: my-coverage-file
                    format: php-clover

Repository Config

# language: php

# tests: true

checks:
    php:
        verify_property_names: true
        variable_existence: true
        uppercase_constants: true
        unreachable_code: true
        security_vulnerabilities: true
        remove_extra_empty_lines: true
        precedence_in_conditions: true
        precedence_mistakes: true
        no_trailing_whitespace: true
        no_short_open_tag: true
        no_non_implemented_abstract_methods: true
        no_error_suppression: true
        no_debug_code: true