rangoo94/bestest

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: '2'

checks:
  method-complexity:
    config:
      threshold: 7
  method-lines:
    config:
      threshold: 30
  method-count:
    config:
      threshold: 25

plugins:
  tslint:
    enabled: true
    config: tslint.json
  nodesecurity:
    enabled: true
  git-legal:
    enabled: true
  fixme:
    enabled: true
    config:
      strings:
        - FIXME
        - TODO
  shellcheck:
    enabled: true

exclude_patterns:
  - "packages/*/tests/**/*"