Completed
Push — master ( de65e6...7b2528 )
by Roberts
45:15 queued 41:49
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]