Codebase list golang-github-gobuffalo-packr / 0bcebc2d-6613-454b-a31b-0cc96175bc75/upstream .codeclimate.yml
0bcebc2d-6613-454b-a31b-0cc96175bc75/upstream

Tree @0bcebc2d-6613-454b-a31b-0cc96175bc75/upstream (Download .tar.gz)

.codeclimate.yml @0bcebc2d-6613-454b-a31b-0cc96175bc75/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/"