Codebase list golang-github-gobuffalo-packr / 7e727204-725d-4abc-af4e-63bb6681d94a/upstream .codeclimate.yml
7e727204-725d-4abc-af4e-63bb6681d94a/upstream

Tree @7e727204-725d-4abc-af4e-63bb6681d94a/upstream (Download .tar.gz)

.codeclimate.yml @7e727204-725d-4abc-af4e-63bb6681d94a/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/"