Passed
Push — master ( a160e4...413705 )
by Sergio
03:11 queued 01:07
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    -
                        command: 'vendor/bin/phpunit --coverage-clover=clover.xml'
                        coverage:
                                file: 'clover.xml'
                                format: 'clover'
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                negation: true
            within:
                brackets: true