ProJSLib/jsbits

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"

checks:
  method-complexity:
    enabled: true
    config:
      threshold: 8

exclude_patterns:
  - "config/"
  - "cov-int/"
  - "coverage/"
  - "docs/"
  - "scripts/"
  - "**/node_modules/"
  - "**/spec/"
  - "**/test/"
  - "**/.jsbits/"
  - "**/*.d.ts"