Passed
Push — master ( 018b8e...e868fd )
by Benjamin
01:08 queued 10s
created

Checkout Config

build:
    environment:
        redis: false
        postgresql: false
        node:
            version: '8.10.0'
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: 'npm run test-ci'
                        coverage:
                            file: 'coverage/clover.xml'
                            format: 'clover'
checks:
    javascript: true

Repository Config

build:
    environment:
        redis: false
        postgresql: false
        node:
            version: '8.10.0'
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: 'npm run test-ci'
                        coverage:
                            file: 'coverage/clover.xml'
                            format: 'clover'
checks:
    javascript:
        no_var: true
        no_param_assign: true
        no_loop_var_assign: true
        no_else_return: true
        no_alert: true