SebastianCzoch/lxc-exporter

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  golint:
    enabled: true
  gofmt:
    enabled: true

ratings:
   paths:
   - "*.go"
   - "**/*.go"

exclude_paths:
- "*_test.go"
- "Godeps/**/*"