Completed
Push — fopcreatefop ( 43117b...97f2d4 )
by Dieter
06:06
created

Checkout Config

filter:
    excluded_paths:
          - tests/*
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
build: 
    environment:
        php: 5.6
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        use_self_instead_of_fqcn: true
        return_doc_comments: true
        phpunit_assertions: true
        parameter_doc_comments: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: false
        line_length:
            max_length: '120'
        no_goto: true
        fix_line_ending: true

coding_style:
    php:
        indentation:
            general:
                size: 1
build: true