Passed
Push — master ( 2cac50...1dbbd3 )
by Dan Michael O.
15:45 queued 10:48
created

Repository Config

build:
    nodes:
        analysis:
            environment:
                variables:
                    FORT_AWESOME_TOKEN: 'CE76B54E-C77F-42B0-9A21-9C2773326F36'
            project_setup:
                override:
                    - 'true'
            dependencies:
                override:
                    - npm config set "@fortawesome:registry" https://npm.fontawesome.com/
                    - npm config set "//npm.fontawesome.com/:_authToken" ${FORT_AWESOME_TOKEN}
                    - npm rebuild
                    - npm install
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true