Codebase list golang-github-gobuffalo-packr / bc0d5e39-4f34-480d-aace-2168de2838af/main .codeclimate.yml
bc0d5e39-4f34-480d-aace-2168de2838af/main

Tree @bc0d5e39-4f34-480d-aace-2168de2838af/main (Download .tar.gz)

.codeclimate.yml @bc0d5e39-4f34-480d-aace-2168de2838af/mainraw · 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/"