Codebase list golang-github-gobuffalo-packr / d02d0578-4689-45e3-aefb-78605e4b32a6/upstream .codeclimate.yml
d02d0578-4689-45e3-aefb-78605e4b32a6/upstream

Tree @d02d0578-4689-45e3-aefb-78605e4b32a6/upstream (Download .tar.gz)

.codeclimate.yml @d02d0578-4689-45e3-aefb-78605e4b32a6/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/"