Completed
Push — master ( d128cf...cad4ab )
by Matt
08:31 queued 03:11
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
        tests:
            tests:
                override:
                    - php ./bin/phpunit
            dependencies:
                before:
                    - sudo apt-get install -y exiftool
    environment:
        php: 7.4.3 # match Dayna for now
        variables: 
            APP_SECRET: '60f86b9041f9d83add056497f9616159ca90c437'
            TEST_EXIFTOOL_PATH: '/usr/bin/exiftool'
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
        - '*.min.js'
        - '*/vendor/*'
        - 'src/Kernel.php' # It wasn't me, guv...
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true