NeuraLegion/cypress-har-generator

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: '2'
checks:
  argument-count:
    config:
      threshold: 4
  complex-logic:
    config:
      threshold: 10
  file-lines:
    config:
      threshold: 500
  method-complexity:
    config:
      threshold: 5
  method-count:
    enabled: false
  method-lines:
    config:
      threshold: 25
  nested-control-flow:
    config:
      threshold: 3
  return-statements:
    config:
      threshold: 4
plugins:
  eslint:
    enabled: true
    channel: 'eslint-8'
    config:
      config: .eslintrc.js
      extensions:
        - .ts
exclude_patterns:
  - '/dist'
  - '/node_modules'
  - '/tests'
  - '/example'
  - '/typings'
  - '/cypress'
  - '**/*.spec.ts'
  - '*.js'
  - '*.d.ts'