Passed
Push — master ( a995e6...3e1dc9 )
by Asmir
47s queued 11s
created

Checkout Config

build:
    environment:
        php:
            version: 7.2
tools:
  external_code_coverage:
    timeout: 600

Repository Config

filter:
    excluded_paths:
        - 'tests/*'

checks:
    php: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower
                
build:
    environment:
        php: 7.1
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true

        tests: true