Passed
Push — master ( 59caaa...930b73 )
by Huu-Phat
07:37 queued 03:11
created

Checkout Config

build:
  environment:
    node:
      version: 12.11.1
  nodes:
    analysis:
      tests:
        override:
          - yarn lint
          - yarn lint:css
          - js-scrutinizer-run
          - command: 'CI=true yarn test:coverage'
            coverage:
              file: 'coverage/clover.xml'
              format: 'clover'

Repository Config

checks:
    javascript:
        no_else_return: true
        no_implicit_undefined_return: true
        no_loop_var_assign: true
        no_param_assign: true
        no_var: true
        no_alert: true
        eqeqeq: true

build:
  nodes:
    analysis:
      tests:
        override:
          # Add the respective Scrutinizer analysis for your language like
          - js-scrutinizer-run