Codebase list golang-github-gobuffalo-packr / 99a336a5-04a2-4965-a5c8-aa07b25e37c8/main .codeclimate.yml
99a336a5-04a2-4965-a5c8-aa07b25e37c8/main

Tree @99a336a5-04a2-4965-a5c8-aa07b25e37c8/main (Download .tar.gz)

.codeclimate.yml @99a336a5-04a2-4965-a5c8-aa07b25e37c8/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/"