Codebase list golang-github-gobuffalo-packr / f253d8e9-f8ef-4c70-9432-f7b2b6d26965/main .codeclimate.yml
f253d8e9-f8ef-4c70-9432-f7b2b6d26965/main

Tree @f253d8e9-f8ef-4c70-9432-f7b2b6d26965/main (Download .tar.gz)

.codeclimate.yml @f253d8e9-f8ef-4c70-9432-f7b2b6d26965/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/"