Codebase list golang-github-gobuffalo-packr / 73cb50b3-1825-4ef0-82eb-9c27b75ab7c0/main .codeclimate.yml
73cb50b3-1825-4ef0-82eb-9c27b75ab7c0/main

Tree @73cb50b3-1825-4ef0-82eb-9c27b75ab7c0/main (Download .tar.gz)

.codeclimate.yml @73cb50b3-1825-4ef0-82eb-9c27b75ab7c0/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/"