Codebase list golang-github-gobuffalo-packr / d9a7b2bc-360e-461f-9119-b2d48c5d4a9c/main .codeclimate.yml
d9a7b2bc-360e-461f-9119-b2d48c5d4a9c/main

Tree @d9a7b2bc-360e-461f-9119-b2d48c5d4a9c/main (Download .tar.gz)

.codeclimate.yml @d9a7b2bc-360e-461f-9119-b2d48c5d4a9c/mainraw · 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/"