Codebase list golang-github-gobuffalo-packr / db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstream .codeclimate.yml
db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstream

Tree @db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstream (Download .tar.gz)

.codeclimate.yml @db57c64c-50b9-43f3-8c7c-879fceed9b0a/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/"