Codebase list golang-github-gobuffalo-packr / 121dd939-3468-4bbd-8913-ddfe265f5094/upstream .codeclimate.yml
121dd939-3468-4bbd-8913-ddfe265f5094/upstream

Tree @121dd939-3468-4bbd-8913-ddfe265f5094/upstream (Download .tar.gz)

.codeclimate.yml @121dd939-3468-4bbd-8913-ddfe265f5094/upstreamraw · 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/"