spritejs/spritejs

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
checks:
  argument-count:
    enabled: true
    config:
      threshold: 5
  method-lines:
    enabled: true
    config:
      threshold: 50
  method-count:
    enabled: false
  method-complexity:
    enabled: true
    config:
      threshold: 25
  file-lines:
    enabled: true
    config:
      threshold: 500
exclude_patterns:
- "config/"
- "db/"
- "dist/"
- "lib/"
- "example/"
- "docs/"
- "demos/"
- "misc/"
- "features/"
- "**/node_modules/"
- "script/"
- "**/spec/"
- "**/test/"
- "**/tests/"
- "**/vendor/"
- "**/*.d.ts"
- "**/.eslintrc.js"
- "**/webpack.config.js"