Codebase list golang-github-gobuffalo-packr / 4b0792ed-ae46-4031-8d64-35b9239a9d63/upstream .codeclimate.yml
4b0792ed-ae46-4031-8d64-35b9239a9d63/upstream

Tree @4b0792ed-ae46-4031-8d64-35b9239a9d63/upstream (Download .tar.gz)

.codeclimate.yml @4b0792ed-ae46-4031-8d64-35b9239a9d63/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/"