Codebase list golang-github-gobuffalo-packr / 83b709b3-e6f8-4c49-9a3d-7283b6938407/upstream .codeclimate.yml
83b709b3-e6f8-4c49-9a3d-7283b6938407/upstream

Tree @83b709b3-e6f8-4c49-9a3d-7283b6938407/upstream (Download .tar.gz)

.codeclimate.yml @83b709b3-e6f8-4c49-9a3d-7283b6938407/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/"