Completed
Push — master ( fdda4e...7c81d7 )
by ANTHONIUS
18s queued 12s
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
filter:
    excluded_paths:
        - 'tests/*'
        - 'features/*'
checks:
    php: true
    #javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                negation: true