Codebase list golang-github-gobuffalo-packr / 9285c59e-b7f1-4b74-b8b0-6d36eff3c81e/upstream .codeclimate.yml
9285c59e-b7f1-4b74-b8b0-6d36eff3c81e/upstream

Tree @9285c59e-b7f1-4b74-b8b0-6d36eff3c81e/upstream (Download .tar.gz)

.codeclimate.yml @9285c59e-b7f1-4b74-b8b0-6d36eff3c81e/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/"