kabisa/kudos-frontend

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2" # required to adjust maintainability checks
checks:
  method-lines:
    config:
      threshold: 80
plugins:
  eslint:
    enabled: true
    channel: "eslint-7"
    config:
      extensions:
        - .js
        - .jsx
        - .ts
        - .tsx
exclude_patterns:
  - "spec/"
  - "!spec/support/helpers"
  - "config/"
  - "db/"
  - "dist/"
  - "features/"
  - "**/node_modules/"
  - "script/"
  - "**/*.d.ts"
  - "**/*.spec.tsx"
  - "**/spec_helper.tsx"
  - "**/*.stories.tsx"
  - "**/PullToRefresh.js"