.codeclimate.yml

Summary

Maintainability
Test Coverage
plugins:
  golint:
    enabled: true
exclude_patterns:
  - "**/*_test.go"
  - "**/*_gen.go"