vdelacou/iblis-ui

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"

exclude_patterns:
  - "__tests__/"
  - "stories/"
  - "docs/"

plugins:
  tslint:
    enabled: true

ratings:
  paths:
  - "**.ts"
  - "**.tsx"

checks:
  file-lines:
      config:
          threshold: 500
  method-lines:
      config:
        threshold: 100