pavlo/heatit

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  golint:
    enabled: true
    checks:
      "GoLint/Comments/DocComments":
        enabled: false
      "GoLint/Comments/PackageComments":
        enabled: false
  govet:
    enabled: true
  gofmt:
    enabled: true
exclude_paths:
- vendor/
- docs
- Godeps
- docker