Codebase list golang-github-gobuffalo-packr / 887f2e74-719e-49e9-af1c-d9bf12b4a02d/upstream .codeclimate.yml
887f2e74-719e-49e9-af1c-d9bf12b4a02d/upstream

Tree @887f2e74-719e-49e9-af1c-d9bf12b4a02d/upstream (Download .tar.gz)

.codeclimate.yml @887f2e74-719e-49e9-af1c-d9bf12b4a02d/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/"