Codebase list golang-github-gobuffalo-packr / ac2098b8-6137-484d-beed-aa07f668e789/upstream .codeclimate.yml
ac2098b8-6137-484d-beed-aa07f668e789/upstream

Tree @ac2098b8-6137-484d-beed-aa07f668e789/upstream (Download .tar.gz)

.codeclimate.yml @ac2098b8-6137-484d-beed-aa07f668e789/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/"