Codebase list golang-github-gobuffalo-packr / 64db7a2a-14e2-4f0e-9a56-8311bab12275/upstream .codeclimate.yml
64db7a2a-14e2-4f0e-9a56-8311bab12275/upstream

Tree @64db7a2a-14e2-4f0e-9a56-8311bab12275/upstream (Download .tar.gz)

.codeclimate.yml @64db7a2a-14e2-4f0e-9a56-8311bab12275/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/"