Checkout Config
            build:
    environment:
        php:
            version: 7.2
    dependencies:
        before:
            - 'echo "{\"http-basic\":{\"repo.magento.com\":{\"username\":\"${MAGENTO_USERNAME}\",\"password\":\"${MAGENTO_PASSWORD}\"}}}" > auth.json'
                    Repository Config
            build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
filter: {  }
                    Global Config
            build:
    environment:
        variables:
            MAGENTO_USERNAME: '95df2b1b3418c31ccf7f354912f0a67a'
            MAGENTO_PASSWORD: '55ed7818b187d1b699f628f2cb7e582e'