Passed
Pull Request — develop (#311)
by Schlaefer
02:21
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'plugins/phile/phpFastCache/lib/*'
checks:
    php:
        remove_extra_empty_lines: true
        encourage_single_quotes: true
        function_in_camel_caps: true
        avoid_todo_comments: true
        avoid_fixme_comments: true

coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower

build:
    tests:
        override:
            -
                command: 'lib/vendor/bin/phpunit --coverage-clover=some-file --whitelist=lib/Phile'
                coverage:
                    file: 'some-file'
                    format: 'php-clover'
    environment:
        php:
            version: 7.1