Codebase list golang-github-gobuffalo-packr / 8b7a7cb2-5807-4583-9da7-a3f1473904c4/upstream .codeclimate.yml
8b7a7cb2-5807-4583-9da7-a3f1473904c4/upstream

Tree @8b7a7cb2-5807-4583-9da7-a3f1473904c4/upstream (Download .tar.gz)

.codeclimate.yml @8b7a7cb2-5807-4583-9da7-a3f1473904c4/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/"