Codebase list golang-github-gobuffalo-packr / 87005d1f-d2d8-4993-a617-951ee95467e3/main .codeclimate.yml
87005d1f-d2d8-4993-a617-951ee95467e3/main

Tree @87005d1f-d2d8-4993-a617-951ee95467e3/main (Download .tar.gz)

.codeclimate.yml @87005d1f-d2d8-4993-a617-951ee95467e3/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/"