Passed
Push — master ( 81d6e9...d00c23 )
by Felipe
04:07
created

Checkout Config

checks:
    php: true
build:
    environment:
          php:
            version: '7.1'
            ini:
                'zend_extension': 'xdebug.so'
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    -
                        command: make test_coverage
                        coverage:
                            file: 'tests/_output/coverage.xml'
                            format: 'clover'
                    - php-scrutinizer-run



tools:
    php_code_coverage: true

filter:
    excluded_paths:
        - 'Examples/'
        - 'tests/'
    dependency_paths:
        - 'vendor/'

Repository Config

checks:
    php:
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: true
        fix_line_ending: true
        remove_extra_empty_lines: true

build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run