Passed
Pull Request — master (#37)
by
unknown
02:19 queued 38s
created

Repository Config

build:
    image: default-bionic
    environment:
        variables:
            AUTENTIQUE_URL: 'https://api.autentique.com.br/v2/graphql'
            AUTENTIQUE_TOKEN: '75ea2f9981ebfe6f44d252e6e525e0a97da43f9ad8ed100173fe873344aec48e'
            AUTENTIQUE_DEV_MODE: 'true'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true