Codebase list golang-github-gobuffalo-packr / f98ea29d-8350-42da-b26a-928cb3b45bab/upstream .codeclimate.yml
f98ea29d-8350-42da-b26a-928cb3b45bab/upstream

Tree @f98ea29d-8350-42da-b26a-928cb3b45bab/upstream (Download .tar.gz)

.codeclimate.yml @f98ea29d-8350-42da-b26a-928cb3b45bab/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/"