Passed
Pull Request — master (#436)
by
unknown
18:13 queued 11:39
created

Checkout Config

build:
  environment:
    node:
      version: v16.20.2
  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