Completed
Push — master ( c38bce...f841dc )
by Roberts
05:53 queued 01:18
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - '*.min.js'
        - 'resources/assets/js/include/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]