Codebase list golang-github-gobuffalo-packr / f6f50374-c7e0-4d5e-8972-f772ebe53365/upstream .codeclimate.yml
f6f50374-c7e0-4d5e-8972-f772ebe53365/upstream

Tree @f6f50374-c7e0-4d5e-8972-f772ebe53365/upstream (Download .tar.gz)

.codeclimate.yml @f6f50374-c7e0-4d5e-8972-f772ebe53365/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/"