Codebase list golang-github-gobuffalo-packr / a28d1564-de24-492b-8e37-50745921626d/upstream .codeclimate.yml
a28d1564-de24-492b-8e37-50745921626d/upstream

Tree @a28d1564-de24-492b-8e37-50745921626d/upstream (Download .tar.gz)

.codeclimate.yml @a28d1564-de24-492b-8e37-50745921626d/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/"