Codebase list golang-github-gobuffalo-packr / fd8c111c-ff47-49e9-9710-74f120b2f1c0/upstream .codeclimate.yml
fd8c111c-ff47-49e9-9710-74f120b2f1c0/upstream

Tree @fd8c111c-ff47-49e9-9710-74f120b2f1c0/upstream (Download .tar.gz)

.codeclimate.yml @fd8c111c-ff47-49e9-9710-74f120b2f1c0/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/"