Codebase list golang-github-gobuffalo-packr / 798ff784-c258-4dea-90af-ff1f590db284/upstream .codeclimate.yml
798ff784-c258-4dea-90af-ff1f590db284/upstream

Tree @798ff784-c258-4dea-90af-ff1f590db284/upstream (Download .tar.gz)

.codeclimate.yml @798ff784-c258-4dea-90af-ff1f590db284/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/"