.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
exclude_patterns:
  - "tools/"
  - "res/"
checks:
  method-complexity:
    config:
      threshold: 8
  method-lines:
    config:
      threshold: 40