Codebase list golang-github-gobuffalo-packr / 9519df6c-7e95-4a2f-8b0e-d5577871bf15/main .codeclimate.yml
9519df6c-7e95-4a2f-8b0e-d5577871bf15/main

Tree @9519df6c-7e95-4a2f-8b0e-d5577871bf15/main (Download .tar.gz)

.codeclimate.yml @9519df6c-7e95-4a2f-8b0e-d5577871bf15/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/"