Codebase list golang-github-gobuffalo-packr / b598fb82-a1ae-4380-a75f-a38d40653f46/upstream .codeclimate.yml
b598fb82-a1ae-4380-a75f-a38d40653f46/upstream

Tree @b598fb82-a1ae-4380-a75f-a38d40653f46/upstream (Download .tar.gz)

.codeclimate.yml @b598fb82-a1ae-4380-a75f-a38d40653f46/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/"