Codebase list golang-github-gobuffalo-packr / c52b4095-4f31-4a63-8f27-2cd968647d37/upstream .codeclimate.yml
c52b4095-4f31-4a63-8f27-2cd968647d37/upstream

Tree @c52b4095-4f31-4a63-8f27-2cd968647d37/upstream (Download .tar.gz)

.codeclimate.yml @c52b4095-4f31-4a63-8f27-2cd968647d37/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/"