Codebase list golang-github-gobuffalo-packr / 9b22b559-731d-4e4b-a1c8-17486a888a74/upstream .codeclimate.yml
9b22b559-731d-4e4b-a1c8-17486a888a74/upstream

Tree @9b22b559-731d-4e4b-a1c8-17486a888a74/upstream (Download .tar.gz)

.codeclimate.yml @9b22b559-731d-4e4b-a1c8-17486a888a74/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/"