Codebase list golang-github-gobuffalo-packr / 46c43b1d-22a5-4035-8595-8e88991a7e01/main .codeclimate.yml
46c43b1d-22a5-4035-8595-8e88991a7e01/main

Tree @46c43b1d-22a5-4035-8595-8e88991a7e01/main (Download .tar.gz)

.codeclimate.yml @46c43b1d-22a5-4035-8595-8e88991a7e01/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/"