Codebase list golang-github-gobuffalo-packr / 52a845ff-21cd-4cc6-84b3-15cd7ddbbe8d/upstream .codeclimate.yml
52a845ff-21cd-4cc6-84b3-15cd7ddbbe8d/upstream

Tree @52a845ff-21cd-4cc6-84b3-15cd7ddbbe8d/upstream (Download .tar.gz)

.codeclimate.yml @52a845ff-21cd-4cc6-84b3-15cd7ddbbe8d/upstreamraw · history · blame

---
engines:
  golint:
    enabled: true
    checks:
      GoLint/Naming/MixedCaps:
        enabled: false
  govet:
    enabled: true
  gofmt:
    enabled: true
  fixme:
    enabled: true
ratings:
  paths:
    - "**.go"
exclude_paths:
  - "**/*_test.go"
  - "*_test.go"
  - "fixtures/"