Codebase list golang-github-gobuffalo-packr / f86d3f1d-16ae-47c2-8dfc-cdcb4a8d8b10/upstream .codeclimate.yml
f86d3f1d-16ae-47c2-8dfc-cdcb4a8d8b10/upstream

Tree @f86d3f1d-16ae-47c2-8dfc-cdcb4a8d8b10/upstream (Download .tar.gz)

.codeclimate.yml @f86d3f1d-16ae-47c2-8dfc-cdcb4a8d8b10/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/"