efritz/gache

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  golint:
    enabled: true
  govet:
    enabled: true
  gofmt:
    enabled: true
  fixme:
    enabled: true
ratings:
  paths:
    - "**.go"
exclude_patterns:
  - "**/mock/"