Completed
Push — 1.0.0-alpha ( c04b09...2436c2 )
by Alex
11s
created

Checkout Config

filter:
    paths:
        - 'src/*'
build:
    environment:
        php:
            version: 7.0.10
    dependencies:
        override:
            - composer install
    cache:
        directories:
            - 'vendor/'

Repository Config

checks:
    php:
        avoid_fixme_comments: true
        avoid_todo_comments: true
        classes_in_camel_caps: true
        encourage_single_quotes: true
        fix_line_ending: true
        line_length:
            max_length: '120'
        newline_at_end_of_file: true
        no_goto: true
        parameters_in_camelcaps: true
        simplify_boolean_return: true
        uppercase_constants: true
        use_self_instead_of_fqcn: true

filter: {  }
coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            around_operators:
                concatenation: true
        upper_lower_casing:
            keywords:
                general: lower