Codebase list golang-github-gobuffalo-packr / 2b6a525a-fd07-454b-a98a-56fd8867a9b3/upstream .codeclimate.yml
2b6a525a-fd07-454b-a98a-56fd8867a9b3/upstream

Tree @2b6a525a-fd07-454b-a98a-56fd8867a9b3/upstream (Download .tar.gz)

.codeclimate.yml @2b6a525a-fd07-454b-a98a-56fd8867a9b3/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/"