Passed
Pull Request — master (#26)
by Huu-Phat
01:48
created

Checkout Config

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

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

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