Passed
Push — master ( 97a5b7...e77720 )
by Frank
46s queued 10s
created

Checkout Config

tools:
    external_code_coverage: true

filter:
    paths:
        - "src/*"
    excluded_paths:
        - "src/CodeGeneration/Fixtures/*"
        - "src/Integration/*"
        - "src/*Test.php"
        - "src/*Stub.php"

checks:
    php:
        duplication: false

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

Repository Config

checks:
    php:
        duplication: false

filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
                negation: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true