Codebase list golang-github-gobuffalo-packr / 43e9efbf-c2f5-4554-b588-2cecf7f13eaf/main .codeclimate.yml
43e9efbf-c2f5-4554-b588-2cecf7f13eaf/main

Tree @43e9efbf-c2f5-4554-b588-2cecf7f13eaf/main (Download .tar.gz)

.codeclimate.yml @43e9efbf-c2f5-4554-b588-2cecf7f13eaf/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/"